Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix: excluded sources test (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz authored Aug 17, 2020
1 parent bc9f218 commit 1327261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/swap_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ describe(SUITE_NAME, () => {
validationErrors: [
{
code: ValidationErrorCodes.ValueOutOfRange,
field: 'sellAmount',
reason: 'INSUFFICIENT_ASSET_LIQUIDITY',
field: 'excludedSources',
reason: 'Request excluded all sources',
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions test/swap_v0_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ describe(SUITE_NAME, () => {
validationErrors: [
{
code: 1004,
field: 'sellAmount',
reason: 'INSUFFICIENT_ASSET_LIQUIDITY',
field: 'excludedSources',
reason: 'Request excluded all sources',
},
],
},
Expand Down

0 comments on commit 1327261

Please sign in to comment.