aboutsummaryrefslogtreecommitdiffstats
path: root/core/shard_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/shard_test.go')
-rw-r--r--core/shard_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/shard_test.go b/core/shard_test.go
index 42c8d7b..2a9016b 100644
--- a/core/shard_test.go
+++ b/core/shard_test.go
@@ -23,9 +23,9 @@ import (
"time"
"github.com/dexon-foundation/dexon-consensus-core/core/blockdb"
+ "github.com/dexon-foundation/dexon-consensus-core/core/crypto/eth"
"github.com/dexon-foundation/dexon-consensus-core/core/test"
"github.com/dexon-foundation/dexon-consensus-core/core/types"
- "github.com/dexon-foundation/dexon-consensus-core/crypto/eth"
"github.com/stretchr/testify/suite"
)