fix: album tracklist item test (#1517)

This commit is contained in:
Phan An 2022-10-07 16:49:13 +02:00 committed by GitHub
parent f5a96ad10a
commit 13352c78fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ new class extends UnitTestCase {
},
global: {
provide: {
[<symbol>SongsKey]: [ref(songsToMatchAgainst)]
[<symbol>SongsKey]: ref(songsToMatchAgainst)
}
}
})