diff --git a/health/health_test.go b/health/health_test.go index 1bccf9f5c..29f381946 100644 --- a/health/health_test.go +++ b/health/health_test.go @@ -1,12 +1,11 @@ package health import ( + "context" "fmt" "math/rand" "testing" "time" - - "context" ) type A struct{}