« get me outta code hell

test (unit): generateContributionLinks - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/unit/content/dependencies/linkArtist.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-03-28 19:50:16 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-03-28 19:50:16 -0300
commit8a1740168b260cd2f7a9ab6e8befff489943d2b1 (patch)
tree36932809e82a338c07c60246ace74fd7897b948b /test/unit/content/dependencies/linkArtist.js
parentb6393b1d3fc9adc59bc387b8013cbad30e3a164f (diff)
test (unit): generateContributionLinks
Diffstat (limited to 'test/unit/content/dependencies/linkArtist.js')
-rw-r--r--test/unit/content/dependencies/linkArtist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/content/dependencies/linkArtist.js b/test/unit/content/dependencies/linkArtist.js
index 6d9e637d..9fceb97d 100644
--- a/test/unit/content/dependencies/linkArtist.js
+++ b/test/unit/content/dependencies/linkArtist.js
@@ -1,7 +1,7 @@
 import t from 'tap';
 import {testContentFunctions} from '../../../lib/content-function.js';
 
-testContentFunctions(t, 'linkArtist', async (t, evaluate) => {
+testContentFunctions(t, 'linkArtist (unit)', async (t, evaluate) => {
   const artistObject = {};
   const linkTemplate = {};