Browse Source

Name tests consistently

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

2
tests/async/test_pubsub_manager.py

@ -67,7 +67,7 @@ class TestAsyncPubSubManager(unittest.TestCase):
}
)
def test_emit_single_client(self):
def test_emit_with_to(self):
sid = 'room-mate'
_run(self.pm.emit('foo', 'bar', to=sid))
self.pm._publish.mock.assert_called_once_with(

Loading…
Cancel
Save