aboutsummaryrefslogtreecommitdiffstats
path: root/eth/filters/api_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'eth/filters/api_test.go')
-rw-r--r--eth/filters/api_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/eth/filters/api_test.go b/eth/filters/api_test.go
index 02229a754..45dfd996e 100644
--- a/eth/filters/api_test.go
+++ b/eth/filters/api_test.go
@@ -21,8 +21,8 @@ import (
"fmt"
"testing"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/rpc"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/rpc"
)
func TestUnmarshalJSONNewFilterArgs(t *testing.T) {