Skip to content

Commit

Permalink
bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Apr 17, 2024
1 parent b89887e commit ba39634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(', ')}`
);
});
});

0 comments on commit ba39634

Please sign in to comment.