From d21c739f2c295917a2d4ead04e777e04f0e68bb5 Mon Sep 17 00:00:00 2001 From: Pavel Mikhalkevich Date: Sun, 18 Aug 2024 20:33:15 +0400 Subject: [PATCH] Rm extra blank line in test_pubsub_manager --- tests/async/test_pubsub_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/async/test_pubsub_manager.py b/tests/async/test_pubsub_manager.py index cd8a668..c7aeb6e 100644 --- a/tests/async/test_pubsub_manager.py +++ b/tests/async/test_pubsub_manager.py @@ -83,7 +83,6 @@ class TestAsyncPubSubManager(unittest.TestCase): } ) - def test_emit_with_namespace(self): _run(self.pm.emit('foo', 'bar', namespace='/baz')) self.pm._publish.mock.assert_called_once_with(