Skip to content

Commit

Permalink
chore: quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Mar 22, 2024
1 parent 83afa20 commit da3c4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event_routing_backends/backends/tests/test_events_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def test_time_to_send_no_data(self):


@ddt.ddt
class TestAsyncEventsRouter(TestEventsRouter):
class TestAsyncEventsRouter(TestEventsRouter): # pylint: disable=E7603
"""
Test the AsyncEventsRouter
"""
Expand Down Expand Up @@ -884,7 +884,7 @@ def test_successful_routing_of_bulk_events(


@ddt.ddt
class TestSyncEventsRouter(TestEventsRouter): # pylint: disable=E7603
class TestSyncEventsRouter(TestEventsRouter): # pylint: disable=E7603
"""
Test the SyncEventsRouter
"""
Expand Down

0 comments on commit da3c4c4

Please sign in to comment.