remove console from import on tests

This commit is contained in:
Ricardo Guilherme Schmidt
2023-09-26 03:07:35 -03:00
committed by r4bbit
parent d7f0d85921
commit ada12df49f

View File

@@ -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";