Skip to content

Commit

Permalink
flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenshively committed Oct 25, 2023
1 parent 32fb176 commit 50922bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions periphery/test/borrower-nft/BorrowerNFT.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ contract BorrowerNFTTest is Test, IManager {

function test_modifyAuthorization(address nonOwner, bytes memory data) public {
vm.assume(nonOwner != address(this));
vm.assume(nonOwner != address(0));

_test_gas_mint(2);

Expand Down

0 comments on commit 50922bd

Please sign in to comment.