Skip to content

Commit

Permalink
feat: opt code
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhuang committed Dec 21, 2023
1 parent 9875247 commit ed19335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/animator.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ describe("Animator", () => {
});

it("Animator stateMachineScript", () => {
cy.screenshotWithThreshold("Animator", "animator-stateMachineScript", 0.3);
cy.screenshotWithThreshold("Animator", "animator-stateMachineScript", 0.38);
});

it("Animator event", () => {
cy.screenshotWithThreshold("Animator", "animator-event", 0.3);
cy.screenshotWithThreshold("Animator", "animator-event", 0.38);
});

it("Animator CustomAnimationClip", () => {
Expand Down

0 comments on commit ed19335

Please sign in to comment.