Skip to content

Commit

Permalink
refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxHuang committed Jul 14, 2023
1 parent 31c2287 commit 7943b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/math/vec3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe('Test Vec3', () => {
z: expect.toBeAround(1.7),
}));
}
});
});

test(`generateOrthogonal`, () => {
// Zero input results zero result.
Expand Down Expand Up @@ -261,4 +261,4 @@ describe('Test Vec3', () => {
return result;
};
});
});
});

0 comments on commit 7943b1b

Please sign in to comment.