diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 18:37:08 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 22:56:17 -0300 |
commit | 7bbb984e89d52b5eb0ef8f89668ffc2181764344 (patch) | |
tree | 2bbc0cb704e08711f2c6cdb9e05cb54681486b36 /test/snapshot/generateTrackReleaseInfo.js | |
parent | f48164981521d1dedf79eea49c29378db9e16b58 (diff) |
test: update contribution tests (snapshot)
Diffstat (limited to 'test/snapshot/generateTrackReleaseInfo.js')
-rw-r--r-- | test/snapshot/generateTrackReleaseInfo.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/snapshot/generateTrackReleaseInfo.js b/test/snapshot/generateTrackReleaseInfo.js index 78f0fee7..931377c8 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 = [{artist: {name: 'Toby Fox', directory: 'toby-fox', urls: null}, annotation: null}]; - const coverArtistContribs = [{artist: {name: 'Alpaca', directory: 'alpaca', urls: null}, annotation: '🔥'}]; + const artistContribs = [{artist: {name: 'Toby Fox', directory: 'toby-fox', urls: []}, annotation: null}]; + const coverArtistContribs = [{artist: {name: 'Alpaca', directory: 'alpaca', urls: []}, annotation: '🔥'}]; evaluate.snapshot('basic behavior', { name: 'generateTrackReleaseInfo', |