Skip to content

Commit

Permalink
fix: update order creation test to use sender address instead of alic…
Browse files Browse the repository at this point in the history
…e's address
  • Loading branch information
OnahProsperity committed Nov 26, 2024
1 parent ab3b2cd commit 87ffa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gateway/gateway.createorder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe("Gateway create order", function () {
)
.to.emit(this.gateway, Events.Gateway.OrderCreated)
.withArgs(
this.alice.address,
this.sender.address,
this.mockUSDT.address,
BigNumber.from(this.orderAmount),
this.protocolFee,
Expand Down

0 comments on commit 87ffa5d

Please sign in to comment.