update Math.sol path (#1319)

This commit is contained in:
Guillaume
2018-09-11 21:51:11 +07:00
committed by Nicolás Venturo
parent b644c72eb0
commit d8cbd5554f

View File

@ -1,7 +1,7 @@
pragma solidity ^0.4.24;
import "../../contracts/math/Math.sol";
import "../math/Math.sol";
contract MathMock {