From 002f19085a736bd0828981d1d1bfe2c3255e5067 Mon Sep 17 00:00:00 2001 From: Danielle Tomlinson Date: Thu, 3 Jan 2019 13:31:49 +0100 Subject: [PATCH] e2e: goimports e2eutil/utils.go --- e2e/e2eutil/utils.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e2e/e2eutil/utils.go b/e2e/e2eutil/utils.go index d17cb28aa..e25734a13 100644 --- a/e2e/e2eutil/utils.go +++ b/e2e/e2eutil/utils.go @@ -1,6 +1,9 @@ package e2eutil import ( + "testing" + "time" + "github.com/hashicorp/nomad/api" "github.com/hashicorp/nomad/e2e/framework" "github.com/hashicorp/nomad/helper" @@ -9,8 +12,6 @@ import ( "github.com/hashicorp/nomad/testutil" . "github.com/onsi/gomega" "github.com/stretchr/testify/require" - "testing" - "time" ) // retries is used to control how many times to retry checking if the cluster has a leader yet