Skip to content

Commit

Permalink
Remove unneeded todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jan 21, 2022
1 parent 4e12692 commit 5937d4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/imagetestsuite.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@ describe('Image Test Suite', () => {
});

describe('valid files', () => {
// TODO: Test metadata
createTests([
['0839d93f8e77e21acd0ac40a80b14b7b', '350x490, 24-bit RGB, non-interlaced, -2.5% (Adobe Photoshop CS2 Windows)', { expectedDimensions: { width: 350, height: 490 }, expectedInfo: ['Unrecognized chunk type "vpAg"'] }]
], imageTestSuiteRoot);
Expand Down

0 comments on commit 5937d4f

Please sign in to comment.