Skip to content

Commit

Permalink
test: use forge test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedali8 committed Jan 31, 2024
1 parent 63b6383 commit f57e2ba
Show file tree
Hide file tree
Showing 2 changed files with 576 additions and 2,183 deletions.
6 changes: 2 additions & 4 deletions test/foundry/Base.t.sol
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.23 <0.9.0;

import { PRBTest } from "@prb/test/PRBTest.sol";
import { StdCheats } from "forge-std/StdCheats.sol";
import { StdUtils } from "forge-std/StdUtils.sol";
import { Test } from "forge-std/Test.sol";

import { Lock } from "contracts/Lock.sol";

import { Users } from "./utils/Types.sol";

/// @notice Common contract members needed across test contracts.
abstract contract Base_Test is PRBTest, StdCheats, StdUtils {
abstract contract Base_Test is Test {
/*//////////////////////////////////////////////////////////////
VARIABLES
//////////////////////////////////////////////////////////////*/
Expand Down
Loading

0 comments on commit f57e2ba

Please sign in to comment.