We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa9c1f commit c37ae54Copy full SHA for c37ae54
tests/test_Consumer.py
@@ -283,7 +283,7 @@ def test_any_method_after_close_throws_exception():
283
assert ex.match('Consumer closed')
284
285
with pytest.raises(RuntimeError) as ex:
286
- c.seek([TopicPartition("test", 0, 0)])
+ c.seek(TopicPartition("test", 0, 0))
287
288
289
0 commit comments