Skip to content

Commit

Permalink
tests: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Sep 16, 2024
1 parent 71e4026 commit 98d860c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('metaUtils', () => {
});

expect(meta).toMatchSnapshot();
expect(meta.match(/data-ima-meta/g)).toHaveLength(5);
expect(meta.match(/data-ima-meta/g)).toHaveLength(6);
});
});
});

0 comments on commit 98d860c

Please sign in to comment.