Skip to content

Commit

Permalink
test: index disputeId to fix a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 11, 2023
1 parent 53e41f4 commit 3f95e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract BaseTest is Test, Helpers {
MockVerifier public mockVerifier;

// Events
event DisputeStatusChanged(bytes32 _disputeId, IOracle.Dispute _dispute, IOracle.DisputeStatus _status);
event DisputeStatusChanged(bytes32 indexed _disputeId, IOracle.Dispute _dispute, IOracle.DisputeStatus _status);
event ResponseDisputed(
bytes32 indexed _requestId,
bytes32 indexed _responseId,
Expand Down

0 comments on commit 3f95e87

Please sign in to comment.