Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Mar 16, 2024
1 parent 828b348 commit b4c5078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/handlers/test_sprite_resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("pc.SpriteHandler", function () {
expect(asset.resource.atlas).to.exist;

expect(asset.loaded).to.be.true;

expect(asset.data.renderMode).to.equal(0);
expect(asset.data.pixelsPerUnit).to.equal(100);
expect(asset.data.textureAtlasAsset).to.equal(atlasAsset.id);
Expand Down

0 comments on commit b4c5078

Please sign in to comment.