Skip to content

Commit

Permalink
fix: flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Dec 6, 2024
1 parent 6c0b939 commit 7d0b479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spec/ImageSourceSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ describe('A ImageSource', () => {

await sut.load();

expect(logger.warn).not.toHaveBeenCalled();
expect(logger.error).toHaveBeenCalledWith(
`The image [src/spec/images/GraphicsImageSourceSpec/big-image.png] provided to Excalibur is too large for the device's maximum ` +
`texture size of (4096x4096) please resize to an image for excalibur to render properly.\n\n` +
Expand Down

0 comments on commit 7d0b479

Please sign in to comment.