fixed tests for position notifier

This commit is contained in:
Piotr 'pwh' Hanusiak 2022-04-20 09:58:10 +02:00
parent 23092c75d6
commit 1cc34b94ca

View File

@ -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,