Skip to content

Commit

Permalink
Update test/HoneyPause.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Forman <[email protected]>
  • Loading branch information
JordanCason and merklejerk authored Mar 9, 2024
1 parent b1646ec commit 43bd9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/HoneyPause.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ contract HoneyPauseTest is Test {
uint256 bountyAmount = 1 ether;
uint256 legitimateBountyId = honey.add("LegitimateExploitTest", testToken, bountyAmount, new TestVerifier(), mockPauser, mockPayer, address(this));

// Create a fake bounty attempting to use the first bounty's pauser/payer with an always successful Verifyer
// Create a fake bounty attempting to use the first bounty's pauser/payer with an always successful Verifier
uint256 fakeBountyId = honey.add("BogusExploitTest", testToken, bountyAmount, new TestVerifier(), mockPauser, mockPayer, address(this));

IExploiter exploiter = new TestExploiter();
Expand Down

0 comments on commit 43bd9f0

Please sign in to comment.