fixed tests for position notifier
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user