Browse Source

typo in test name

pull/1288/head
mooomooo 1 year ago
parent
commit
b147444ee2
  1. 2
      tests/async/test_server.py

2
tests/async/test_server.py

@ -928,7 +928,7 @@ class TestAsyncServer(unittest.TestCase):
_run(s.disconnect('1', '/foo'))
assert result['result'] == ('disconnect', '1')
def test_namespace_handler(self, eio):
def test_catchall_namespace_handler(self, eio):
eio.return_value.send = AsyncMock()
result = {}

Loading…
Cancel
Save