diff --git a/back/tests/WorldTest.ts b/back/tests/GameRoomTest.ts similarity index 99% rename from back/tests/WorldTest.ts rename to back/tests/GameRoomTest.ts index a4161bf5..80926644 100644 --- a/back/tests/WorldTest.ts +++ b/back/tests/GameRoomTest.ts @@ -11,7 +11,7 @@ function createMockUser(userId: number): ExSocketInterface { } as ExSocketInterface; } -describe("World", () => { +describe("GameRoom", () => { it("should connect user1 and user2", () => { let connectCalledNumber: number = 0; const connect: ConnectCallback = (user: User, group: Group): void => {