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@byzantine-lab.io>2019-06-12 17:21:31 +0800
commitbd3f617267be4b6879285d1ebf97eceb501e3bea (patch)
tree1ebe74f01a4d6f69d057056c482503205f853e11 /dex/helper_test.go
parent4dc829780c3bf1dcfc097a0f176d0df3f221f028 (diff)
downloadgo-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.gz
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.bz2
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.lz
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.xz
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.zst
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.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"