Use explicit imports (#4399)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
|
||||
pragma solidity ^0.8.19;
|
||||
|
||||
import "forge-std/Test.sol";
|
||||
import {Test} from "forge-std/Test.sol";
|
||||
|
||||
import "../../../contracts/utils/math/Math.sol";
|
||||
import {Math} from "../../../contracts/utils/math/Math.sol";
|
||||
|
||||
contract MathTest is Test {
|
||||
// CEILDIV
|
||||
|
||||
Reference in New Issue
Block a user