[ecs] - fix import order

This commit is contained in:
Michael MATUR 2017-10-31 15:53:11 +01:00 committed by Traefiker
parent 2b4d33e919
commit 972eea97fe

View file

@ -1,8 +1,9 @@
package ecs package ecs
import ( import (
"github.com/stretchr/testify/assert"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestClustersSet(t *testing.T) { func TestClustersSet(t *testing.T) {