We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fc9a6 commit ca39016Copy full SHA for ca39016
test/ATokenVaultFactory.t.sol
@@ -87,7 +87,7 @@ contract ATokenVaultFactoryTest is Test {
87
assertEq(vaultContract.getFee(), 0);
88
}
89
90
- function testDeployVaultWithRevenueSplitter() public {
+ function testDeployRevenueSplitterAndSetAsVaultOwnerAfterwards() public {
91
uint256 initialDeposit = 1000 * 1e18;
92
deal(address(underlying), ALICE, initialDeposit);
93
@@ -135,7 +135,7 @@ contract ATokenVaultFactoryTest is Test {
135
assertEq(ATokenVault(payable(vault)).owner(), revenueSplitter);
136
137
138
- function testDeployRevenueSplitter() public {
+ function testDeployVaultWithRevenueSplitter() public {
139
140
141
0 commit comments