From 63be93856b3e179a76e00687fdbef02b2ca5df54 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 12 Sep 2018 14:08:11 -0400 Subject: [PATCH] test double import --- test_apps/test_app/app/contracts/SimpleStorageWithHttpImport.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/test_apps/test_app/app/contracts/SimpleStorageWithHttpImport.sol b/test_apps/test_app/app/contracts/SimpleStorageWithHttpImport.sol index 21c3505b..8af1557c 100644 --- a/test_apps/test_app/app/contracts/SimpleStorageWithHttpImport.sol +++ b/test_apps/test_app/app/contracts/SimpleStorageWithHttpImport.sol @@ -1,6 +1,7 @@ pragma solidity ^0.4.17; import "https://github.com/embark-framework/embark/blob/develop/test_apps/contracts_app/contracts/ownable.sol"; +import "https://github.com/embark-framework/embark/blob/develop/test_apps/contracts_app/contracts/contract_args.sol"; contract SimpleStorageWithHttpImport is Ownable {