0
0
Fork 0
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:
gsenden 2024-05-24 22:06:02 +02:00
parent e0c9007eb2
commit 1bfaea3da1

View file

@ -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();