CollectionBackendTest: Fix build
This commit is contained in:
@@ -338,7 +338,7 @@ TEST_F(SingleSong, MarkSongsUnavailable) {
|
|||||||
// Check the song is marked as deleted.
|
// Check the song is marked as deleted.
|
||||||
Song song = backend_->GetSongById(1);
|
Song song = backend_->GetSongById(1);
|
||||||
EXPECT_TRUE(song.is_valid());
|
EXPECT_TRUE(song.is_valid());
|
||||||
EXPECT_TRUE(song.is_unavailable());
|
EXPECT_TRUE(song.unavailable());
|
||||||
|
|
||||||
// And the artist or album shouldn't show up either
|
// And the artist or album shouldn't show up either
|
||||||
QStringList artists = backend_->GetAllArtists();
|
QStringList artists = backend_->GetAllArtists();
|
||||||
|
|||||||
Reference in New Issue
Block a user