From e4a0cde763d24b423f22d97466c273e1a8325da6 Mon Sep 17 00:00:00 2001 From: amusingaxl <112016538+amusingaxl@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:56:57 -0300 Subject: [PATCH] refactor: replace forge-st/Test with dss-test/DssTest --- src/Protego.t.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Protego.t.sol b/src/Protego.t.sol index c3cc29c..87b132f 100644 --- a/src/Protego.t.sol +++ b/src/Protego.t.sol @@ -15,7 +15,7 @@ // along with this program. If not, see . pragma solidity ^0.8.16; -import "forge-std/Test.sol"; +import {DssTest} from "dss-test/DssTest.sol"; import {Protego, DropSpell, DsSpellLike} from "../src/Protego.sol"; import {DssEndTestSpell} from "./test/TestSpell.sol"; @@ -74,7 +74,7 @@ contract MaliciousSpell { } } -contract ProtegoTest is Test { +contract ProtegoTest is DssTest { DsPauseLike pause; DsChiefLike chief; GemLike gov;