Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit c2335aa

Browse files
committed
regression
1 parent be4bad8 commit c2335aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async def test_fail_subscribe(self):
7474
args, kw = await warning.end
7575
self.assertEqual(len(args), 3)
7676
self.assertEqual(args[1], self.backend.channels)
77-
self.assertEqual(args[2].name, 'consumer')
77+
self.assertEqual(args[2], 'consumer')
7878

7979
def _log_error(self, coro, *args, **kwargs):
8080
coro.switch((args, kwargs))

0 commit comments

Comments
 (0)