Skip to content

Commit

Permalink
Test: add revert calls back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia committed Mar 27, 2024
1 parent eedecd4 commit 5338cae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/QuestClaimable.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ contract TestQuestClaimable is Test, Errors, Events, TestUtils {
vm.startPrank(participant, participant);
vm.recordLogs();
vm.expectRevert(IQuestFactory.Deprecated.selector);
questAddress.call{value: MINT_FEE}(payload);
vm.stopPrank();
}

Expand Down Expand Up @@ -217,6 +218,7 @@ contract TestQuestClaimable is Test, Errors, Events, TestUtils {
vm.startPrank(participant, participant);
vm.recordLogs();
vm.expectRevert(IQuestFactory.Deprecated.selector);
questAddress.call{value: MINT_FEE}(payload);
vm.stopPrank();
}

Expand Down

0 comments on commit 5338cae

Please sign in to comment.