mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Fix MPRIS test.
This commit is contained in:
parent
54a79f0665
commit
516c9a8da5
@ -132,7 +132,7 @@ TEST_F(Mpris1Test, LowersVolume) {
|
||||
}
|
||||
|
||||
TEST_F(Mpris1Test, Pauses) {
|
||||
EXPECT_CALL(player_, Pause());
|
||||
EXPECT_CALL(player_, PlayPause());
|
||||
mpris_->player()->Pause();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user