Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: go back to older error text
  • Loading branch information
aimensahnoun committed Nov 12, 2024
commit 1a15e782233e5cb6d16da8bd356cec851dfadccf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe('deploySingleRequestProxy', () => {
const invalidRequestWithoutNetwork = { ...ethRequest, currencyInfo: {} };

await expect(
// @ts-expect-error: invalid request
// @ts-expect-error: Request with empty currencyInfo
deploySingleRequestForwarder(invalidRequestWithoutNetwork, wallet),
).rejects.toThrow('Payment chain not found');
});
Expand Down