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

Commit

Permalink
Fix to a forgotten test
Browse files Browse the repository at this point in the history
  • Loading branch information
hemulin committed Apr 16, 2020
1 parent 55e2da3 commit b7c2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TokenSwapManager.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ describe("TokenSwapManager", function() {

it("executes redemption without settlement", async function() {
expectEvent(this.receipt, "SuccessfulOrder", {
orderType: "REDEEM NO SETTLEMENT",
orderType: "REDEEM_NO_SETTLEMENT",
whitelistedAddress: user,
tokensGiven: tokensGiven.toString(),
tokensRecieved: tokensRecieved.toString()
Expand Down

0 comments on commit b7c2cb8

Please sign in to comment.