« get me outta code hell

test: fix failing cases from empty() check - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/snapshot/generateAlbumReleaseInfo.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-06-24 17:16:21 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-06-24 17:16:21 -0300
commit47d504251c084e601b946866e572519b2612b13c (patch)
treebb609c402c250bd0155d0504d83dd02c88451263 /test/snapshot/generateAlbumReleaseInfo.js
parent68b9e2fec15a81a14d80ecc4bf886a05888ee9f9 (diff)
test: fix failing cases from empty() check
Diffstat (limited to 'test/snapshot/generateAlbumReleaseInfo.js')
-rw-r--r--test/snapshot/generateAlbumReleaseInfo.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/snapshot/generateAlbumReleaseInfo.js b/test/snapshot/generateAlbumReleaseInfo.js
index cbee5eb..7e3b37b 100644
--- a/test/snapshot/generateAlbumReleaseInfo.js
+++ b/test/snapshot/generateAlbumReleaseInfo.js
@@ -8,22 +8,22 @@ testContentFunctions(t, 'generateAlbumReleaseInfo (snapshot)', async (t, evaluat
     name: 'generateAlbumReleaseInfo',
     args: [{
       artistContribs: [
-        {who: {name: 'Toby Fox', directory: 'toby-fox'}, what: 'music probably'},
+        {who: {name: 'Toby Fox', directory: 'toby-fox', urls: null}, what: 'music probably'},
         {who: {name: 'Tensei', directory: 'tensei', urls: ['https://tenseimusic.bandcamp.com/']}, what: 'hot jams'},
       ],
 
       coverArtistContribs: [
-        {who: {name: 'Hanni Brosh', directory: 'hb'}, what: null},
+        {who: {name: 'Hanni Brosh', directory: 'hb', urls: null}, what: null},
       ],
 
       wallpaperArtistContribs: [
-        {who: {name: 'Hanni Brosh', directory: 'hb'}, what: null},
-        {who: {name: 'Niklink', directory: 'niklink'}, what: 'edits'},
+        {who: {name: 'Hanni Brosh', directory: 'hb', urls: null}, what: null},
+        {who: {name: 'Niklink', directory: 'niklink', urls: null}, what: 'edits'},
       ],
 
       bannerArtistContribs: [
-        {who: {name: 'Hanni Brosh', directory: 'hb'}, what: null},
-        {who: {name: 'Niklink', directory: 'niklink'}, what: 'edits'},
+        {who: {name: 'Hanni Brosh', directory: 'hb', urls: null}, what: null},
+        {who: {name: 'Niklink', directory: 'niklink', urls: null}, what: 'edits'},
       ],
 
       name: 'AlterniaBound',