Skip to content

Commit

Permalink
fix StdAssertions dependency missing from latest foundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Dec 6, 2023
1 parent c752cce commit 3c33e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FlashLoanPool.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract TestERC20 is ERC20 {
}
}

contract FlashLoanValidator is StdAssertions {
contract FlashLoanValidator is Test {
struct Data {
address expectedOperator;
uint256 expectedAmount;
Expand Down

0 comments on commit 3c33e07

Please sign in to comment.