Skip to content

Commit d16fe7a

Browse files
committed
test: remove comments
1 parent 89ab174 commit d16fe7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/server/request_handlers/test_jsonrpc_handler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,6 @@ async def test_on_resubscribe_no_existing_task_error(self) -> None:
648648
self.assertIsInstance(collected_events[0].root, JSONRPCErrorResponse)
649649
assert collected_events[0].root.error == TaskNotFoundError()
650650

651-
# Additional tests to add to your TestJSONRPCtHandler class in test_jsonrpc_handler.py
652-
653651
async def test_streaming_not_supported_error(
654652
self,
655653
) -> None:

0 commit comments

Comments
 (0)