Skip to content

Commit

Permalink
Finish Coverage (#30)
Browse files Browse the repository at this point in the history
* Update test_basic.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
garrettmflynn and pre-commit-ci[bot] authored Jan 31, 2024
1 parent e203a3f commit 65c8529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ 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 65c8529

Please sign in to comment.