Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
KStasi committed Jun 16, 2021
1 parent 768e085 commit c5fa5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/ttContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class TTContext {
tokenAAddress = tokenBAddress;
tokenBAddress = tmp;
}
} while (standard !== "MIXED" && tokenAAddress > tokenBAddress);
} while (tokenAAddress > tokenBAddress);
switch (standard) {
case "FA2":
if (pairConfig.tokenAAddress != tokenAAddress)
Expand Down

0 comments on commit c5fa5c3

Please sign in to comment.