Skip to content

Commit

Permalink
Naming fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Sep 25, 2023
1 parent 6d946cd commit 9d3e5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/opentrons/util/test_broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from opentrons.util.broker import Broker


def test_non_context_manager_subscriptions() -> None:
def test_broker() -> None:
"""Test subscribing, receiving messages, and unsubscribing."""
subject = Broker[int]()

Expand Down

0 comments on commit 9d3e5d6

Please sign in to comment.