Browse Source

Rm extra blank line in test_pubsub_manager

pull/1374/head
Pavel Mikhalkevich 8 months ago
parent
commit
d21c739f2c
  1. 1
      tests/async/test_pubsub_manager.py

1
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(

Loading…
Cancel
Save