Use integer comparison for integer song ratings.
This commit is contained in:
parent
a8144c0599
commit
21d96a2f10
@ -156,7 +156,7 @@ TEST_F(SongTest, FMPSScore) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Song new_song = ReadSongFromFile(r.fileName());
|
Song new_song = ReadSongFromFile(r.fileName());
|
||||||
EXPECT_FLOAT_EQ(43, new_song.score());
|
EXPECT_EQ(43, new_song.score());
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(SongTest, POPMRating) {
|
TEST_F(SongTest, POPMRating) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user