diff options
Diffstat (limited to 'cmd/swarm/swarm-snapshot/run_test.go')
-rw-r--r-- | cmd/swarm/swarm-snapshot/run_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/swarm/swarm-snapshot/run_test.go b/cmd/swarm/swarm-snapshot/run_test.go index e02f06682..69e0d89a0 100644 --- a/cmd/swarm/swarm-snapshot/run_test.go +++ b/cmd/swarm/swarm-snapshot/run_test.go @@ -21,8 +21,8 @@ import ( "os" "testing" - "github.com/dexon-foundation/dexon/internal/cmdtest" "github.com/docker/docker/pkg/reexec" + "github.com/tangerine-network/go-tangerine/internal/cmdtest" ) func init() { |