Skip to content

Commit

Permalink
add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Mar 24, 2024
1 parent 1cadee0 commit 569fdb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/common/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ def test_handle_event_with_catchall_namespace(self, eio):
star_foo_handler = mock.MagicMock()
star_star_handler = mock.MagicMock()
my_message_baz_handler = mock.MagicMock()
star_baz_handler = mock.MagicMock()
s.on('connect', connect_star_handler, namespace='*')
s.on('msg', msg_foo_handler, namespace='/foo')
s.on('msg', msg_star_handler, namespace='*')
Expand Down

0 comments on commit 569fdb4

Please sign in to comment.