Skip to content

Commit

Permalink
refactor: opt code
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoLei1990 committed Jan 7, 2025
1 parent ee9dcd3 commit 035431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/resource/ResourceManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("ResourceManager", () => {
describe("findResourcesByType", () => {
it("findResourcesByType", () => {
const textures = engine.resourceManager.findResourcesByType(Texture2D);
expect(textures.length).equal(4);
expect(textures.length).equal(5);
});
});

Expand Down

0 comments on commit 035431d

Please sign in to comment.