« get me outta code hell

test: update generateAlbumTrackList (snapshot) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-04-24 16:08:56 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-04-24 16:08:56 -0300
commite6a47d7d0357c2388981f686bd559230de0b742d (patch)
treeae5dbc505278c1cd42250352c6a71f9d458b249a /test
parent14f7f16b740250eafa4c1c17dad531e70a6f6f10 (diff)
test: update generateAlbumTrackList (snapshot)
Diffstat (limited to 'test')
-rw-r--r--test/snapshot/generateAlbumTrackList.js1
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';