Skip to content

Commit

Permalink
Oops, typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
moriyoshi committed Apr 27, 2020
1 parent 7f2e3fb commit da2fff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/token_conv_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def main():
host="127.0.0.1",
port=65321,
)
server2 = await asyncio.start_unix_server(
server2 = await asyncio.start_server(
handler,
family=socket.AF_INET6,
host="::",
Expand Down

0 comments on commit da2fff6

Please sign in to comment.