Skip to content

Commit

Permalink
fix: remove ds-test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ethyla committed Sep 16, 2024
1 parent 17e1361 commit bca0991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/forge/utils/Test.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import {Vm} from "forge-std/Vm.sol";

// 📦 BOILERPLATE
import {TestBase} from "forge-std/Base.sol";
import {DSTest} from "ds-test/test.sol";
//import {DSTest} from "ds-test/test.sol";

// ⭐️ TEST
abstract contract Test is DSTest, StdAssertions, StdCheats, StdUtils, TestBase {
abstract contract Test is StdAssertions, StdCheats, StdUtils, TestBase {

}

0 comments on commit bca0991

Please sign in to comment.