Skip to content

Commit 3c33e07

Browse files
committed
fix StdAssertions dependency missing from latest foundry version
1 parent c752cce commit 3c33e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FlashLoanPool.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ contract TestERC20 is ERC20 {
1717
}
1818
}
1919

20-
contract FlashLoanValidator is StdAssertions {
20+
contract FlashLoanValidator is Test {
2121
struct Data {
2222
address expectedOperator;
2323
uint256 expectedAmount;

0 commit comments

Comments
 (0)