Skip to content

Commit

Permalink
refactor: replace forge-st/Test with dss-test/DssTest
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Apr 25, 2024
1 parent 8eeac41 commit e4a0cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Protego.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
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";

Expand Down Expand Up @@ -74,7 +74,7 @@ contract MaliciousSpell {
}
}

contract ProtegoTest is Test {
contract ProtegoTest is DssTest {
DsPauseLike pause;
DsChiefLike chief;
GemLike gov;
Expand Down

0 comments on commit e4a0cde

Please sign in to comment.