Skip to content

Commit d329eaf

Browse files
committed
chore: update expectation to match current API behaviour
1 parent e50e746 commit d329eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/x-client/src/utils/formatError.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('formatError', () => {
1616
tokenAddress: '0',
1717
tokenId: '0',
1818
}),
19-
).rejects.toThrowError("Asset with address 0 and id '0' not found");
19+
).rejects.toThrowError('AxiosError: Request failed with status code 404');
2020
});
2121

2222
it('should format axios errors to IMXError', async () => {

0 commit comments

Comments
 (0)