Skip to content

Commit ca39016

Browse files
test: Improve test names for clarity
1 parent c7fc9a6 commit ca39016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ATokenVaultFactory.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ contract ATokenVaultFactoryTest is Test {
8787
assertEq(vaultContract.getFee(), 0);
8888
}
8989

90-
function testDeployVaultWithRevenueSplitter() public {
90+
function testDeployRevenueSplitterAndSetAsVaultOwnerAfterwards() public {
9191
uint256 initialDeposit = 1000 * 1e18;
9292
deal(address(underlying), ALICE, initialDeposit);
9393

@@ -135,7 +135,7 @@ contract ATokenVaultFactoryTest is Test {
135135
assertEq(ATokenVault(payable(vault)).owner(), revenueSplitter);
136136
}
137137

138-
function testDeployRevenueSplitter() public {
138+
function testDeployVaultWithRevenueSplitter() public {
139139
uint256 initialDeposit = 1000 * 1e18;
140140
deal(address(underlying), ALICE, initialDeposit);
141141

0 commit comments

Comments
 (0)