« get me outta code hell

content: generateCoverArtwork: displayMode -> mode - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/snapshot/generateTrackCoverArtwork.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-06-14 12:45:17 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-06-14 12:45:17 -0300
commit13c449ccbee3b8cf87ffd8ab546565d5b2f970b7 (patch)
tree01ffa8e00a137b7c4428b05c29f28b272d8b58d0 /test/snapshot/generateTrackCoverArtwork.js
parent3657d69aeb50092f210943a3a00ff147ec48c633 (diff)
content: generateCoverArtwork: displayMode -> mode
Diffstat (limited to 'test/snapshot/generateTrackCoverArtwork.js')
-rw-r--r--test/snapshot/generateTrackCoverArtwork.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/snapshot/generateTrackCoverArtwork.js b/test/snapshot/generateTrackCoverArtwork.js
index 88ff75d..bfefb5f 100644
--- a/test/snapshot/generateTrackCoverArtwork.js
+++ b/test/snapshot/generateTrackCoverArtwork.js
@@ -36,28 +36,28 @@ testContentFunctions(t, 'generateTrackCoverArtwork (snapshot)', async (t, evalua
   evaluate.snapshot('display: primary - unique art', {
     name: 'generateTrackCoverArtwork',
     args: [track1],
-    slots: {displayMode: 'primary'},
+    slots: {mode: 'primary'},
     extraDependencies,
   });
 
   evaluate.snapshot('display: thumbnail - unique art', {
     name: 'generateTrackCoverArtwork',
     args: [track1],
-    slots: {displayMode: 'thumbnail'},
+    slots: {mode: 'thumbnail'},
     extraDependencies,
   });
 
   evaluate.snapshot('display: primary - no unique art', {
     name: 'generateTrackCoverArtwork',
     args: [track2],
-    slots: {displayMode: 'primary'},
+    slots: {mode: 'primary'},
     extraDependencies,
   });
 
   evaluate.snapshot('display: thumbnail - no unique art', {
     name: 'generateTrackCoverArtwork',
     args: [track2],
-    slots: {displayMode: 'thumbnail'},
+    slots: {mode: 'thumbnail'},
     extraDependencies,
   });
 });