mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
fix: album tracklist item test (#1517)
This commit is contained in:
parent
f5a96ad10a
commit
13352c78fc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ new class extends UnitTestCase {
|
|||
},
|
||||
global: {
|
||||
provide: {
|
||||
[<symbol>SongsKey]: [ref(songsToMatchAgainst)]
|
||||
[<symbol>SongsKey]: ref(songsToMatchAgainst)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue