Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Apr 26, 2022
1 parent 08c2308 commit 0438e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_miniirc.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def wrapper(self, *args, **kwargs):

class fakesocket(socket.socket):
@catch_errors
def __init__(self, __family, __type):
def __init__(self, __family, __type, *args):
assert __family in (socket.AF_INET, socket.AF_INET6)
assert __type == socket.SOCK_STREAM

Expand Down

0 comments on commit 0438e27

Please sign in to comment.