Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ Use forge-std test
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Dec 7, 2022
1 parent f66d122 commit b390c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SampleContract.t.sol
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;

import {DSTestPlus} from "solmate/test/utils/DSTestPlus.sol";
import {Test} from "forge-std/Test.sol";

import {SampleContract} from "../src/SampleContract.sol";

contract SampleContractTest is DSTestPlus {
contract SampleContractTest is Test {
SampleContract sampleContract;

function setUp() public {
Expand Down

0 comments on commit b390c0c

Please sign in to comment.