diff options
Diffstat (limited to 'test/snapshot/linkArtist.js')
-rw-r--r-- | test/snapshot/linkArtist.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/snapshot/linkArtist.js b/test/snapshot/linkArtist.js index 633e2ae6..e479ece0 100644 --- a/test/snapshot/linkArtist.js +++ b/test/snapshot/linkArtist.js @@ -1,10 +1,10 @@ import t from 'tap'; import {testContentFunctions} from '../lib/content-function.js'; -testContentFunctions(t, 'linkArtist', async (t, evaluate) => { +testContentFunctions(t, 'linkArtist (snapshot)', async (t, evaluate) => { await evaluate.load(); - evaluate.snapshot({ + evaluate.snapshot('basic behavior', { name: 'linkArtist', args: [ { @@ -14,7 +14,7 @@ testContentFunctions(t, 'linkArtist', async (t, evaluate) => { ], }); - evaluate.snapshot({ + evaluate.snapshot('prefer short name', { name: 'linkArtist', args: [ { |