fix test typo

This commit is contained in:
tiagosiebler
2022-09-16 13:30:49 +01:00
parent f5232605a1
commit dd047326bf

View File

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