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 bc0cd8a
Showing 1 changed file with 2 additions and 4 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

0 comments on commit bc0cd8a

Please sign in to comment.