Skip to content

Commit 654cde7

Browse files
authored
Merge pull request #44 from JJ-Cro/update090620256
fix: update error messages in private futures write tests to use 'notFound'
2 parents f7219c9 + 9131c5a commit 654cde7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/REST/private.futures.write.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ describe('REST PRIVATE FUTURES WRITE', () => {
236236
const responseBody = e?.body;
237237
expect(responseBody).toMatchObject({
238238
result: 'error',
239-
error: expect.stringContaining('rfqNotFound'),
239+
error: expect.stringContaining('notFound'),
240240
});
241241
}
242242
});
@@ -434,7 +434,7 @@ describe('REST PRIVATE FUTURES WRITE', () => {
434434
const responseBody = e?.body;
435435
expect(responseBody).toMatchObject({
436436
result: 'error',
437-
error: 'rfqNotFound',
437+
error: 'notFound',
438438
});
439439
}
440440
});

0 commit comments

Comments
 (0)