Skip to content

Commit

Permalink
refactor: update address in settleOrderOut test to emit refund address
Browse files Browse the repository at this point in the history
  • Loading branch information
OnahProsperity committed Oct 14, 2024
1 parent 113bf44 commit 4f16c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gateway/gateway.settleOrderOut.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe("Gateway offramp order", function () {
)
.to.emit(gateway, Events.Gateway.OrderCreated)
.withArgs(
this.sender.address,
this.alice.address,
mockUSDT.address,
this.orderAmount,
this.protocolFee,
Expand Down Expand Up @@ -264,7 +264,7 @@ describe("Gateway offramp order", function () {
)
.to.emit(gateway, Events.Gateway.OrderCreated)
.withArgs(
this.sender.address,
this.alice.address,
mockUSDT.address,
this.orderAmount,
this.protocolFee,
Expand Down

0 comments on commit 4f16c4d

Please sign in to comment.