From b93717904ce75c6fc202528d9cf87eaaf3e449e6 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 25 Feb 2025 16:14:25 +0100 Subject: Remove stop functionality from player --- solo-tool-project/test/notifier_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solo-tool-project/test/notifier_unittest.py') diff --git a/solo-tool-project/test/notifier_unittest.py b/solo-tool-project/test/notifier_unittest.py index 4ab6096..5749149 100644 --- a/solo-tool-project/test/notifier_unittest.py +++ b/solo-tool-project/test/notifier_unittest.py @@ -60,7 +60,7 @@ def test_eventsWithMockPlayer(uut, mockPlayer): assert called assert receivedValue == expectedValue - mockPlayer.state = 1 + mockPlayer.playing = True mockPlayer.volume = 75 checkEvent(Notifier.PLAYING_STATE_EVENT, mockPlayer.simulatePlayingStateChanged, True) -- cgit v1.2.3