Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rya-sge committed May 23, 2024
1 parent 7a310f5 commit 110dc47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions test/HelperContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ pragma solidity ^0.8.20;
import "forge-std/Test.sol";
import "CMTAT/CMTAT_STANDALONE.sol";
import "../src/IncomeVault.sol";
//import "../src/invariantStorage/DebtVaultInvariantStorage.sol";
import "RuleEngine/RuleEngine.sol";
import "RuleEngine/rules/validation/RuleWhitelist.sol";
import {Upgrades, Options} from "openzeppelin-foundry-upgrades/Upgrades.sol";
//import "OZ/token/ERC20/IERC20.sol";
//import "OZ/token/ERC20/ERC20.sol";
/**
* @title Constants used by the tests
*/
Expand Down
2 changes: 1 addition & 1 deletion test/RuleEngineIntegration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ contract RuleEngineIntegration is RuleWhitelistInvariantStorage, Test, HelperCon
assertEq(message1, TEXT_ADDRESS_TO_NOT_WHITELISTED);
}

function testDetectAndMessageWithFromAndToNotWhitelisted() public {
function testDetectAndMessageWithFromAndToNotWhitelisted() public view {
// Act
uint8 res1 = debtVault.detectTransferRestriction(
ADDRESS1,
Expand Down

0 comments on commit 110dc47

Please sign in to comment.