Skip to content

Commit

Permalink
Fix version related test
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoinarovskyi committed Apr 15, 2016
1 parent a00e43a commit d1c62df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_init_with_list(self):
loop=self.loop,
bootstrap_servers=['kafka01:9092', 'kafka02:9092', 'kafka03:9092'])
self.assertEqual(
'<AIOKafkaClient client_id=aiokafka-0.0.1>', client.__repr__())
'<AIOKafkaClient client_id=aiokafka-0.1.0>', client.__repr__())
self.assertEqual(sorted({'kafka01': 9092,
'kafka02': 9092,
'kafka03': 9092}.items()),
Expand Down

0 comments on commit d1c62df

Please sign in to comment.