diff --git a/periphery/test/borrower-nft/BorrowerNFT.t.sol b/periphery/test/borrower-nft/BorrowerNFT.t.sol index 7823baa6..11b1220b 100644 --- a/periphery/test/borrower-nft/BorrowerNFT.t.sol +++ b/periphery/test/borrower-nft/BorrowerNFT.t.sol @@ -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);