Skip to content

Commit

Permalink
test: fix name LidoSplitfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
samparsky committed Aug 15, 2023
1 parent 0e474a5 commit 1f784de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/lido/LIdoSplitFactory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ contract LidoSplitFactoryTest is LidoSplitTestHelper, Test {
vm.expectRevert(LidoSplitFactory.Invalid_Wallet.selector);
lidoSplitFactory.createSplit(address(0));
}
}
}

0 comments on commit 1f784de

Please sign in to comment.