« 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/generateTrackReleaseInfo.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/generateTrackReleaseInfo.js
parent68b9e2fec15a81a14d80ecc4bf886a05888ee9f9 (diff)
test: fix failing cases from empty() check
Diffstat (limited to 'test/snapshot/generateTrackReleaseInfo.js')
-rw-r--r--test/snapshot/generateTrackReleaseInfo.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/snapshot/generateTrackReleaseInfo.js b/test/snapshot/generateTrackReleaseInfo.js
index dd7ebd8..5556f38 100644
--- a/test/snapshot/generateTrackReleaseInfo.js
+++ b/test/snapshot/generateTrackReleaseInfo.js
@@ -4,8 +4,8 @@ import {testContentFunctions} from '../lib/content-function.js';
 testContentFunctions(t, 'generateTrackReleaseInfo (snapshot)', async (t, evaluate) => {
   await evaluate.load();
 
-  const artistContribs = [{who: {name: 'Toby Fox', directory: 'toby-fox'}, what: null}];
-  const coverArtistContribs = [{who: {name: 'Alpaca', directory: 'alpaca'}, what: '🔥'}];
+  const artistContribs = [{who: {name: 'Toby Fox', directory: 'toby-fox', urls: null}, what: null}];
+  const coverArtistContribs = [{who: {name: 'Alpaca', directory: 'alpaca', urls: null}, what: '🔥'}];
 
   evaluate.snapshot('basic behavior', {
     name: 'generateTrackReleaseInfo',