« get me outta code hell

test: misc adaptations for who/what -> artist/annotation - 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>2024-04-24 11:43:02 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-04-24 11:43:02 -0300
commitf0a6720198c1bc22d25db929cbca2871c289f678 (patch)
tree3106b6bf2349d9c2701ec7bce4bd06ecf1eaab6e /test/snapshot/generateTrackReleaseInfo.js
parentba497c05bcb76bb48de70a2e1c890083c6f5dd58 (diff)
test: misc adaptations for who/what -> artist/annotation
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 c72344b9..78f0fee7 100644
--- a/test/snapshot/generateTrackReleaseInfo.js
+++ b/test/snapshot/generateTrackReleaseInfo.js
@@ -4,8 +4,8 @@ import {testContentFunctions} from '#test-lib';
 testContentFunctions(t, 'generateTrackReleaseInfo (snapshot)', async (t, evaluate) => {
   await evaluate.load();
 
-  const artistContribs = [{who: {name: 'Toby Fox', directory: 'toby-fox', urls: null}, what: null}];
-  const coverArtistContribs = [{who: {name: 'Alpaca', directory: 'alpaca', urls: null}, what: '🔥'}];
+  const artistContribs = [{artist: {name: 'Toby Fox', directory: 'toby-fox', urls: null}, annotation: null}];
+  const coverArtistContribs = [{artist: {name: 'Alpaca', directory: 'alpaca', urls: null}, annotation: '🔥'}];
 
   evaluate.snapshot('basic behavior', {
     name: 'generateTrackReleaseInfo',