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();
}