1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 03:27:40 +01:00

Fix MPRIS test.

This commit is contained in:
John Maguire 2011-05-26 16:52:18 +00:00
parent 54a79f0665
commit 516c9a8da5

View File

@ -132,7 +132,7 @@ TEST_F(Mpris1Test, LowersVolume) {
}
TEST_F(Mpris1Test, Pauses) {
EXPECT_CALL(player_, Pause());
EXPECT_CALL(player_, PlayPause());
mpris_->player()->Pause();
}