diff --git a/packages/widget/tests/unit/components/transfer/fungible/fungible-token-transfer.test.ts b/packages/widget/tests/unit/components/transfer/fungible/fungible-token-transfer.test.ts index a8038a6a..c0726917 100644 --- a/packages/widget/tests/unit/components/transfer/fungible/fungible-token-transfer.test.ts +++ b/packages/widget/tests/unit/components/transfer/fungible/fungible-token-transfer.test.ts @@ -176,7 +176,7 @@ describe('Fungible token Transfer', function () { whitelistedResources.includes( resourceSelector.resources[0]?.symbol || '' ), - `Expected destination network to be one of ${whitelistedResources.join(', ')}, but got ${resourceSelector.resources.join(', ')}` + `Expected Resource to be one of ${whitelistedResources.join(', ')}, but got ${resourceSelector.resources.join(', ')}` ); }); });