Skip to content

Commit

Permalink
Fix assertion name
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed May 23, 2021
1 parent b7889e4 commit f3838a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/subsetFonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ describe('subsetFonts', function () {
{
smallestOriginalSize: expect.it('to be greater than', 20000),
smallestOriginalFormat: 'ttf',
smallestSubsetSize: expect.it('to be smaller than', 3000),
smallestSubsetSize: expect.it('to be less than', 3000),
smallestSubsetFormat: 'woff2',
texts: ['Hello'],
pageText: 'Helo',
Expand Down

0 comments on commit f3838a8

Please sign in to comment.