fixed tests for position notifier
This commit is contained in:
parent
23092c75d6
commit
1cc34b94ca
@ -40,7 +40,6 @@ describe("PositionNotifier", () => {
|
|||||||
moving: false,
|
moving: false,
|
||||||
direction: "down",
|
direction: "down",
|
||||||
},
|
},
|
||||||
false,
|
|
||||||
positionNotifier,
|
positionNotifier,
|
||||||
false,
|
false,
|
||||||
{} as UserSocket,
|
{} as UserSocket,
|
||||||
@ -60,7 +59,6 @@ describe("PositionNotifier", () => {
|
|||||||
moving: false,
|
moving: false,
|
||||||
direction: "down",
|
direction: "down",
|
||||||
},
|
},
|
||||||
false,
|
|
||||||
positionNotifier,
|
positionNotifier,
|
||||||
false,
|
false,
|
||||||
{} as UserSocket,
|
{} as UserSocket,
|
||||||
@ -150,7 +148,6 @@ describe("PositionNotifier", () => {
|
|||||||
moving: false,
|
moving: false,
|
||||||
direction: "down",
|
direction: "down",
|
||||||
},
|
},
|
||||||
false,
|
|
||||||
positionNotifier,
|
positionNotifier,
|
||||||
false,
|
false,
|
||||||
{} as UserSocket,
|
{} as UserSocket,
|
||||||
@ -170,7 +167,6 @@ describe("PositionNotifier", () => {
|
|||||||
moving: false,
|
moving: false,
|
||||||
direction: "down",
|
direction: "down",
|
||||||
},
|
},
|
||||||
false,
|
|
||||||
positionNotifier,
|
positionNotifier,
|
||||||
false,
|
false,
|
||||||
{} as UserSocket,
|
{} as UserSocket,
|
||||||
|
Loading…
Reference in New Issue
Block a user