Skip to content

Commit

Permalink
Fixed test discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Apr 13, 2024
1 parent 0e57111 commit 86c694c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctis/instruments/_instruments_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ def test_deproject(self, a: ctis.instruments.AbstractInstrument):
project=lambda x: x,
deproject=lambda x: x,
)
]
],
)
class TestInstrument(
abc.ABC,
AbstractTestAbstractInstrument,
):
pass

0 comments on commit 86c694c

Please sign in to comment.