Skip to content

Commit

Permalink
Update test_basic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Jan 31, 2024
1 parent e203a3f commit ff0ce54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ def dummy_callback(data):
result = publisher.unsubscribe(callback_id)
assert result == True
assert callback_id not in publisher.callbacks

result = publisher.unsubscribe(callback_id)
assert result == False

0 comments on commit ff0ce54

Please sign in to comment.