mirror of
https://github.com/liabru/matter-js.git
synced 2025-03-14 00:38:41 -04:00
Body.nextCategory fixed name of unit test
This commit is contained in:
parent
e0c9007eb2
commit
1bfaea3da1
1 changed files with 2 additions and 2 deletions
|
@ -299,10 +299,10 @@ describe('Body.nextCategory', () => {
|
|||
});
|
||||
});
|
||||
|
||||
it('should be able to calculate and set the valid next category maximum times', () => {
|
||||
it('should not be able to calculate and set the valid next category past maximum times', () => {
|
||||
jest.isolateModules(() => {
|
||||
// Arrange
|
||||
const Body = require("../../../src/body/Body");
|
||||
const Body = require("../../../src/body/Body");
|
||||
|
||||
// Act
|
||||
let result = Body.nextCategory();
|
||||
|
|
Loading…
Add table
Reference in a new issue