Skip to content

Commit 513d510

Browse files
author
Tiago Siebler
committed
chore: test update
1 parent 8a190a0 commit 513d510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/private.read.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ describe('Private REST API Trade Endpoints (GET only)', () => {
508508
mgnMode: 'cross',
509509
mgnCcy: 'BTC',
510510
}),
511-
).toContain(
512-
expect.objectContaining([
511+
).toMatchObject(
512+
expect.arrayContaining([
513513
{
514514
ccy: expect.any(String),
515515
instId: expect.any(String),

0 commit comments

Comments
 (0)