fix test typo
This commit is contained in:
@@ -67,7 +67,7 @@ describe('Public USDC Perp Websocket Client', () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
expect(await wsUpdatePromise).toMatchSnapshot({
|
expect(await wsUpdatePromise).toMatchObject({
|
||||||
crossSeq: expect.any(String),
|
crossSeq: expect.any(String),
|
||||||
data: { orderBook: expect.any(Array) },
|
data: { orderBook: expect.any(Array) },
|
||||||
timestampE6: expect.any(String),
|
timestampE6: expect.any(String),
|
||||||
|
|||||||
Reference in New Issue
Block a user