aboutsummaryrefslogtreecommitdiffstats
path: root/dex/helper_test.go
diff options
context:
space:
mode:
authorSonic <sonic@cobinhood.com>2018-09-19 18:56:06 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-07 18:45:19 +0800
commit93b80e7542c06f03ee9184401d655fbf735de2f4 (patch)
tree43c091c82fbcc3e5311441c4066140b4e46bde5e /dex/helper_test.go
parentd1d1db2b21029d3d6daf004689185d00b0df64b1 (diff)
downloaddexon-93b80e7542c06f03ee9184401d655fbf735de2f4.tar.gz
dexon-93b80e7542c06f03ee9184401d655fbf735de2f4.tar.zst
dexon-93b80e7542c06f03ee9184401d655fbf735de2f4.zip
Change package name from eth to dex
Diffstat (limited to 'dex/helper_test.go')
-rw-r--r--dex/helper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/helper_test.go b/dex/helper_test.go
index 3d2ab0aba..13d2bbaec 100644
--- a/dex/helper_test.go
+++ b/dex/helper_test.go
@@ -17,7 +17,7 @@
// This file contains some shares testing functionality, common to multiple
// different files and modules being tested.
-package eth
+package dex
import (
"crypto/ecdsa"