diff --git a/tests/units/test_metronome.py b/tests/units/test_metronome.py index 94c1cd0..cd0180e 100644 --- a/tests/units/test_metronome.py +++ b/tests/units/test_metronome.py @@ -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