Skip to content

Commit

Permalink
Ignored mocks for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NindoK committed Nov 18, 2024
1 parent b4e2e29 commit 1cae743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/mocks/symbiotic/OptInServiceMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ contract OptInServiceMock is EIP712, IOptInService {
WHERE_REGISTRY = whereRegistry;
}

function test() public {}

function isOptedInAt(
address who,
address where,
Expand Down
2 changes: 2 additions & 0 deletions test/mocks/symbiotic/VaultMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ contract VaultMock is VaultStorage, MigratableEntity, IVault {
address vaultFactory
) VaultStorage(delegatorFactory, slasherFactory) MigratableEntity(vaultFactory) {}

function test() public {}

function isInitialized() external view returns (bool) {}

function totalStake() external view returns (uint256) {}
Expand Down

0 comments on commit 1cae743

Please sign in to comment.