OSDN Git Service

Merge pull request #1813 from Bytom/dev
[bytom/bytom.git] / equity / compiler / compile_test.go
index befa34b..7487fc9 100644 (file)
@@ -5,9 +5,9 @@ import (
        "strings"
        "testing"
 
-       chainjson "github.com/bytom/encoding/json"
+       chainjson "github.com/bytom/bytom/encoding/json"
 
-       "github.com/bytom/equity/compiler/equitytest"
+       "github.com/bytom/bytom/equity/compiler/equitytest"
 )
 
 func TestCompile(t *testing.T) {