From e904989c762a761227a1e6d7e67d1cfffa264978 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 24 Apr 2024 11:43:02 -0300 Subject: test: misc adaptations for who/what -> artist/annotation --- test/unit/data/things/album.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/unit/data/things/album.js') diff --git a/test/unit/data/things/album.js b/test/unit/data/things/album.js index 46ea83b0..bf9992ae 100644 --- a/test/unit/data/things/album.js +++ b/test/unit/data/things/album.js @@ -21,8 +21,8 @@ function stubArtistAndContribs() { const artist = new Artist(); artist.name = `Test Artist`; - const contribs = [{who: `Test Artist`, what: null}]; - const badContribs = [{who: `Figment of Your Imagination`, what: null}]; + const contribs = [{artist: `Test Artist`, annotation: null}]; + const badContribs = [{artist: `Figment of Your Imagination`, annotation: null}]; return {artist, contribs, badContribs}; } -- cgit 1.3.0-6-gf8a5