Skip to content

Commit

Permalink
chore(robot-server): Fix failing ChangeNotifier test (#15136)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed May 8, 2024
1 parent 1be30f7 commit 31a0f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Tests for the ChangeNotifier interface."""
import asyncio
import pytest
from opentrons.protocol_engine.state.change_notifier import ChangeNotifier
from robot_server.service.notifications.change_notifier import ChangeNotifier


async def test_single_subscriber() -> None:
Expand Down

0 comments on commit 31a0f3e

Please sign in to comment.