fixed tests for position notifier
This commit is contained in:
parent
23092c75d6
commit
1cc34b94ca
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user