diff --git a/tests/async/test_pubsub_manager.py b/tests/async/test_pubsub_manager.py index c7758fa..cd8a668 100644 --- a/tests/async/test_pubsub_manager.py +++ b/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(