diff options
Diffstat (limited to 'cmd/ethereum/js_test.go')
-rw-r--r-- | cmd/ethereum/js_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/js_test.go b/cmd/ethereum/js_test.go index 0d3c22553..e3806d24d 100644 --- a/cmd/ethereum/js_test.go +++ b/cmd/ethereum/js_test.go @@ -2,7 +2,7 @@ package main import ( "fmt" - "github.com/obscuren/otto" + "github.com/robertkrimen/otto" "os" "path" "testing" |