From e9ace678c85e242f65b737457e72b380298848e8 Mon Sep 17 00:00:00 2001 From: sturmianseq Date: Sat, 28 Aug 2021 20:02:40 -0700 Subject: [PATCH] Resetting `bus` to the initial state --- tests/test_subscribed_removal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_subscribed_removal.py b/tests/test_subscribed_removal.py index 0907e59..253adf2 100644 --- a/tests/test_subscribed_removal.py +++ b/tests/test_subscribed_removal.py @@ -25,6 +25,7 @@ def test_suscribed_event_was_removed(): assert before_count == 1 assert after_count == 0 + bus.add_event(event=EVENT_NAME, func=event_one) def test_removing_event_that_doest_exist():