mirror of
https://github.com/traefik/traefik
synced 2026-02-03 12:20:33 +00:00
[ecs] - fix import order
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package ecs
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestClustersSet(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user