aboutsummaryrefslogtreecommitdiffstats
path: root/solo-tool-project/test/notifier_unittest.py
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-02-25 14:58:30 +0100
committerEddy Pedroni <epedroni@pm.me>2025-02-25 14:58:30 +0100
commitbb94fb1ab32732a354f7df68bf0a056d233b2b69 (patch)
tree82607687a76cb1f049d225bc3151c33c54f9d61c /solo-tool-project/test/notifier_unittest.py
parent62490ac2be04aa3b819222f11389e0549f5909e9 (diff)
Refactor key point implementation and tests
Diffstat (limited to 'solo-tool-project/test/notifier_unittest.py')
-rw-r--r--solo-tool-project/test/notifier_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solo-tool-project/test/notifier_unittest.py b/solo-tool-project/test/notifier_unittest.py
index 51d3e48..4ab6096 100644
--- a/solo-tool-project/test/notifier_unittest.py
+++ b/solo-tool-project/test/notifier_unittest.py
@@ -38,7 +38,7 @@ def test_allEvents(uut):
checkEvent(uut, Notifier.PLAYBACK_RATE_EVENT)
checkEvent(uut, Notifier.CURRENT_SONG_EVENT)
checkEvent(uut, Notifier.CURRENT_KEY_POINT_EVENT)
- checkEvent(uut, Notifier.KEY_POINTS_EVENT)
+ checkEvent(uut, Notifier.KEY_POINT_LIST_EVENT)
def test_eventWithoutRegisteredCallbacks(uut):
uut.notify(Notifier.PLAYING_STATE_EVENT, 0)