diff options
Diffstat (limited to 'service/container_test.go')
-rw-r--r-- | service/container_test.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/service/container_test.go b/service/container_test.go index b3ec7054..f990b2cb 100644 --- a/service/container_test.go +++ b/service/container_test.go @@ -2,13 +2,14 @@ package service import ( "errors" + "sync" + "testing" + "time" + json "github.com/json-iterator/go" "github.com/sirupsen/logrus" "github.com/sirupsen/logrus/hooks/test" "github.com/stretchr/testify/assert" - "sync" - "testing" - "time" ) type testService struct { |