Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 15, 2024
1 parent de5d9c5 commit 2e43368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/test_ocp_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_00_player_init(self):
from ovos_plugin_common_play.ocp.media import NowPlaying, Playlist
from ovos_plugin_common_play.ocp.mpris import MprisPlayerCtl
from ovos_bus_client.apis.ocp import ClassicAudioServiceInterface
from ovos_workshop import OVOSAbstractApplication
from ovos_workshop.app import OVOSAbstractApplication

self.assertIsInstance(self.player, OVOSAbstractApplication)
self.assertIsInstance(self.player.gui, OCPMediaPlayerGUI)
Expand Down

0 comments on commit 2e43368

Please sign in to comment.