mirror of
https://github.com/vacp2p/minime.git
synced 2026-01-07 22:34:03 -05:00
remove console from import on tests
This commit is contained in:
committed by
r4bbit
parent
d7f0d85921
commit
ada12df49f
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity ^0.8.19;
|
||||
|
||||
import { Test, console } from "forge-std/Test.sol";
|
||||
import { Test } from "forge-std/Test.sol";
|
||||
import { Deploy } from "../script/Deploy.s.sol";
|
||||
import { DeploymentConfig } from "../script/DeploymentConfig.s.sol";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user