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) {