From 1cc34b94ca89470bd57fc9102412b0b3f9a9ac2b Mon Sep 17 00:00:00 2001 From: Piotr 'pwh' Hanusiak Date: Wed, 20 Apr 2022 09:58:10 +0200 Subject: [PATCH] fixed tests for position notifier --- back/tests/PositionNotifierTest.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/back/tests/PositionNotifierTest.ts b/back/tests/PositionNotifierTest.ts index a5af48f8..d35cde56 100644 --- a/back/tests/PositionNotifierTest.ts +++ b/back/tests/PositionNotifierTest.ts @@ -40,7 +40,6 @@ describe("PositionNotifier", () => { moving: false, direction: "down", }, - false, positionNotifier, false, {} as UserSocket, @@ -60,7 +59,6 @@ describe("PositionNotifier", () => { moving: false, direction: "down", }, - false, positionNotifier, false, {} as UserSocket, @@ -150,7 +148,6 @@ describe("PositionNotifier", () => { moving: false, direction: "down", }, - false, positionNotifier, false, {} as UserSocket, @@ -170,7 +167,6 @@ describe("PositionNotifier", () => { moving: false, direction: "down", }, - false, positionNotifier, false, {} as UserSocket,