[tests] move ethertest module up one level

It's going to be used by both contract and integration tests.
This commit is contained in:
Mark Spanbroek
2022-05-19 10:38:19 +02:00
committed by markspanbroek
parent b31ef8356b
commit 7f9fa0a183
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import pkg/chronos
import pkg/stint
import dagger/contracts
import dagger/contracts/testtoken
import ./ethertest
import ../ethertest
ethersuite "Collateral":
+1 -1
View File
@@ -4,7 +4,7 @@ import pkg/nimcrypto
import dagger/contracts
import dagger/contracts/testtoken
import dagger/por/timing/periods
import ./ethertest
import ../ethertest
import ./examples
import ./time
+1 -1
View File
@@ -1,6 +1,6 @@
import std/os
import ./ethertest
import dagger/contracts
import ../ethertest
import ./examples
ethersuite "Storage Contract Interactions":
+1 -1
View File
@@ -1,7 +1,7 @@
import pkg/chronos
import dagger/contracts
import dagger/contracts/testtoken
import ./ethertest
import ../ethertest
import ./examples
import ./time
+1 -1
View File
@@ -1,5 +1,5 @@
import ./ethertest
import dagger/contracts
import ../ethertest
import ./examples
import ./time