aboutsummaryrefslogtreecommitdiffstats
path: root/core/leader-selector_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/leader-selector_test.go')
-rw-r--r--core/leader-selector_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/leader-selector_test.go b/core/leader-selector_test.go
index 211680d..02562ba 100644
--- a/core/leader-selector_test.go
+++ b/core/leader-selector_test.go
@@ -23,8 +23,8 @@ import (
"github.com/stretchr/testify/suite"
"github.com/dexon-foundation/dexon-consensus-core/common"
+ "github.com/dexon-foundation/dexon-consensus-core/core/crypto/eth"
"github.com/dexon-foundation/dexon-consensus-core/core/types"
- "github.com/dexon-foundation/dexon-consensus-core/crypto/eth"
)
type LeaderSelectorTestSuite struct {