diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-04-24 16:08:56 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-01 07:06:07 -0300 |
commit | 6763ada7d7e7912bd2439881697f5281834747f4 (patch) | |
tree | ef225b3b70154e0eca39a0f772ee0c1eb387b4c8 /test | |
parent | 2384a70fc3aae42fa0dc0d0639cb8f73b127136c (diff) |
test: update generateAlbumTrackList (snapshot)
Diffstat (limited to 'test')
-rw-r--r-- | test/snapshot/generateAlbumTrackList.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/snapshot/generateAlbumTrackList.js b/test/snapshot/generateAlbumTrackList.js index 3a23e3a8..08b31902 100644 --- a/test/snapshot/generateAlbumTrackList.js +++ b/test/snapshot/generateAlbumTrackList.js @@ -16,6 +16,7 @@ testContentFunctions(t, 'generateAlbumTrackList (snapshot)', async (t, evaluate) const contribs2 = [ {artist: {name: 'Apricot', directory: 'apricot', urls: null}}, {artist: {name: 'Peach', directory: 'peach', urls: ['https://peach.bandcamp.com/']}}, + {artist: {name: 'Cerise', directory: 'cerise', urls: null}}, ]; const color1 = '#fb07ff'; |