Skip to content

Commit e0d5def

Browse files
committed
fix: update amount for swap NGNm/BRLm test
1 parent 0ca9d4e commit e0d5def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/app-mento/web/swap/swap-by-token-pairs.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const tests = [
208208
{ token: Token.USDm, amount: "0.50", id: "T280cb27f" },
209209
{ token: Token.XOFm },
210210
{ token: Token.JPYm },
211-
{ token: Token.BRLm },
211+
{ token: Token.BRLm, amount: "0.1" },
212212
],
213213
},
214214
// JPYm

0 commit comments

Comments
 (0)