Skip to content

Commit

Permalink
typo in function name for test_consumer_withot_groupid (@nicht #843)
Browse files Browse the repository at this point in the history
Co-authored-by: Rodolfo Olivieri <rolivieri@neoassist.com>
  • Loading branch information
r0x0d and Rodolfo Olivieri authored May 12, 2020
1 parent 19f5def commit ffdab35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def test_calling_store_offsets_after_close_throws_erro():
assert ex.match('Consumer closed')


def test_consumer_withot_groupid():
def test_consumer_without_groupid():
""" Consumer should raise exception if group.id is not set """

with pytest.raises(ValueError) as ex:
Expand Down

0 comments on commit ffdab35

Please sign in to comment.