Skip to content

Commit

Permalink
Update src/services/iiif-parser.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Colvard <[email protected]>
  • Loading branch information
Dananji and cjcolvar authored Aug 31, 2023
1 parent 0934628 commit 318420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/iiif-parser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ describe('iiif-parser', () => {
expect(isPlaylist).toBeFalsy();
});

it('returns true for non-playlist manifest', () => {
it('returns true for playlist manifest', () => {
const isPlaylist = iiifParser.getIsPlaylist(playlistManifest);
expect(isPlaylist).toBeTruthy();
});
Expand Down

0 comments on commit 318420e

Please sign in to comment.