Skip to content

Commit

Permalink
changed test little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
generalpy101 committed Oct 15, 2023
1 parent 5e0dcd1 commit dfb9b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_subargs_parsing(self):

print(args)
assert command == "SET"
assert args == ['mykey', 'myvalue', ('EX', '10'), ('NX', None)]
assert args == ['mykey', 'myvalue', ('EX', '10'), ('NX', True)]

def setup_method(self):
self.parser = Parser(protocol_version=2)

0 comments on commit dfb9b7e

Please sign in to comment.