Skip to content

Commit 1cf99ff

Browse files
committed
fix: update error message to reflect actual unsupported currency address in any-to-eth-proxy tests
1 parent d9e6288 commit 1cf99ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/advanced-logic/test/extensions/payment-network/any-to-eth-proxy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ describe('extensions/payment-network/ethereum/any-to-eth-fee-proxy-contract', ()
351351
TestData.arbitraryTimestamp,
352352
);
353353
}).toThrowError(
354-
'The currency (OCEAN) of the request is not supported for this payment network.',
354+
'The currency (0x967da4048cD07aB37855c090aAF366e4ce1b9F48) of the request is not supported for this payment network.',
355355
);
356356
});
357357

0 commit comments

Comments
 (0)