« get me outta code hell

test: fix & update generateAlbumSecondaryNav snapshot test - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/snapshot
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-09-05 20:24:08 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-05 20:24:08 -0300
commitaea700dc531b5183ad20c6fcbf8643aef3f102df (patch)
tree862da6df34f3cdaf1992837ac78060442bb30668 /test/snapshot
parentde0b85d81e6392597a35196bde523b9642d7e016 (diff)
test: fix & update generateAlbumSecondaryNav snapshot test
Diffstat (limited to 'test/snapshot')
-rw-r--r--test/snapshot/generateAlbumSecondaryNav.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/snapshot/generateAlbumSecondaryNav.js b/test/snapshot/generateAlbumSecondaryNav.js
index a5cb2e9..709b062 100644
--- a/test/snapshot/generateAlbumSecondaryNav.js
+++ b/test/snapshot/generateAlbumSecondaryNav.js
@@ -6,8 +6,8 @@ testContentFunctions(t, 'generateAlbumSecondaryNav (snapshot)', async (t, evalua
 
   let album, group1, group2;
 
-  group1 = {name: 'VCG', directory: 'vcg'};
-  group2 = {name: 'Bepis', directory: 'bepis'};
+  group1 = {name: 'VCG', directory: 'vcg', color: '#abcdef'};
+  group2 = {name: 'Bepis', directory: 'bepis', color: '#123456'};
 
   album = {
     date: new Date('2010-04-13'),