diff options
Diffstat (limited to 'test/snapshot/generateAlbumCoverArtwork.js')
-rw-r--r-- | test/snapshot/generateAlbumCoverArtwork.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshot/generateAlbumCoverArtwork.js b/test/snapshot/generateAlbumCoverArtwork.js index 150b12bc..98632d39 100644 --- a/test/snapshot/generateAlbumCoverArtwork.js +++ b/test/snapshot/generateAlbumCoverArtwork.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateAlbumCoverArtwork (snapshot)', async (t, evaluate) => { await evaluate.load(); |