Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshannon committed Jul 26, 2024
1 parent 06988d1 commit 65d9026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/service/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ def my_second_plan(repeats: int) -> MsgGenerator:
yield from {}


# @patch("blueapi.service.interface.BlueskyContext.plans", create=True)
# def test_get_plans(context_plans_mock: MagicMock):
def test_get_plans():
context = BlueskyContext()
context.plan(my_plan)
Expand Down

0 comments on commit 65d9026

Please sign in to comment.