Skip to content

Commit

Permalink
updated import paths for consul's testutil
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Aug 2, 2019
1 parent 67fc1b4 commit 2220446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency/dependency_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"testing"

"github.com/hashicorp/consul/api"
"github.com/hashicorp/consul/testutil"
"github.com/hashicorp/consul/sdk/testutil"
vapi "github.com/hashicorp/vault/api"
)

Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"

dep "github.com/hashicorp/consul-template/dependency"
"github.com/hashicorp/consul/testutil"
"github.com/hashicorp/consul/sdk/testutil"
)

var testConsul *testutil.TestServer
Expand Down
2 changes: 1 addition & 1 deletion manager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/hashicorp/consul-template/config"
dep "github.com/hashicorp/consul-template/dependency"
"github.com/hashicorp/consul-template/template"
"github.com/hashicorp/consul/testutil"
"github.com/hashicorp/consul/sdk/testutil"
)

var testConsul *testutil.TestServer
Expand Down

0 comments on commit 2220446

Please sign in to comment.