Skip to content

Commit

Permalink
empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Apr 3, 2024
1 parent da17ed0 commit 438ad12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/units/test_metronome.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ def test_stop_not_started():

with pytest.raises(StopNotStartedMetronomeError, match=full_match("You can't stop a metronome that hasn't been started yet.")):
metronome.stop()


def test_normal_logs_order():
pass

0 comments on commit 438ad12

Please sign in to comment.