diff --git a/worker/worker_disconnect_test.go b/worker/worker_disconnect_test.go index 36df423..ee9fc75 100644 --- a/worker/worker_disconnect_test.go +++ b/worker/worker_disconnect_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "../client" + "github.com/appscode/g2/client" rt "github.com/appscode/g2/pkg/runtime" )