aboutsummaryrefslogtreecommitdiffstats
path: root/notifier_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'notifier_unittest.py')
-rw-r--r--notifier_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/notifier_unittest.py b/notifier_unittest.py
index 79b2787..9f37992 100644
--- a/notifier_unittest.py
+++ b/notifier_unittest.py
@@ -51,7 +51,7 @@ def test_eventsWithMockPlayer(uut, mockPlayer):
assert called
testEvent(Notifier.PLAYING_STATE_EVENT, mockPlayer.simulatePlayingStateChanged)
- #testEvent(Notifier.PLAYBACK_VOLUME_EVENT, mockPlayer.simulatePlaybackVolumeChanged)
+ testEvent(Notifier.PLAYBACK_VOLUME_EVENT, mockPlayer.simulatePlaybackVolumeChanged)
def test_singleEventNotification(uut):
playingStateCalled = False