From 88d34ded021ac61e2440720fd3deb2cf3eef21e4 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 4 Jan 2022 14:05:24 +0100 Subject: Added playback volume notification to player mock --- notifier_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notifier_unittest.py') 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 -- cgit v1.2.3