From c0de985b91631dd732ef13df501da23c5fae76e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Tisa=CC=88ter?= Date: Fri, 9 May 2014 01:21:13 +0200 Subject: [PATCH] Fix imports in `health_endpoint_test.go` --- consul/health_endpoint_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/health_endpoint_test.go b/consul/health_endpoint_test.go index b3dc39f431..b817f9db0b 100644 --- a/consul/health_endpoint_test.go +++ b/consul/health_endpoint_test.go @@ -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) {