diff --git a/api/agent_test.go b/api/agent_test.go index 60d93600466b..a36e35a94d52 100644 --- a/api/agent_test.go +++ b/api/agent_test.go @@ -15,10 +15,9 @@ import ( "time" "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" "github.com/hashicorp/serf/serf" - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/sdk/testutil/retry"