From 972eea97fe0113bfbc6dae31278c0e8716f2d062 Mon Sep 17 00:00:00 2001 From: Michael MATUR Date: Tue, 31 Oct 2017 15:53:11 +0100 Subject: [PATCH] [ecs] - fix import order --- provider/ecs/cluster_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/provider/ecs/cluster_test.go b/provider/ecs/cluster_test.go index 2ff4b850a..7c438b36b 100644 --- a/provider/ecs/cluster_test.go +++ b/provider/ecs/cluster_test.go @@ -1,8 +1,9 @@ package ecs import ( - "github.com/stretchr/testify/assert" "testing" + + "github.com/stretchr/testify/assert" ) func TestClustersSet(t *testing.T) {