mirror of https://github.com/status-im/consul.git
Fix imports in `health_endpoint_test.go`
This commit is contained in:
parent
fcb4f4ef95
commit
c0de985b91
|
@ -1,10 +1,10 @@
|
|||
package consul
|
||||
|
||||
import (
|
||||
"github.com/hashicorp/consul/testutil"
|
||||
"github.com/hashicorp/consul/consul/structs"
|
||||
"os"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
func TestHealth_ChecksInState(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue