Skip to content

Commit

Permalink
fix load test
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattMufson committed Mar 7, 2024
1 parent 01d87bd commit d234934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DoGClaim.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ contract DoGClaimTest is Test {
}

function test_FailLoadInvalidAmount() public {
vm.prank(signerWallet);
vm.prank(admin);
vm.expectRevert();

dogClaim.load(0);
Expand Down

0 comments on commit d234934

Please sign in to comment.