[ecs] - fix import order
This commit is contained in:
parent
2b4d33e919
commit
972eea97fe
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue