diff options
Diffstat (limited to 'service/env/config_test.go')
-rw-r--r-- | service/env/config_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service/env/config_test.go b/service/env/config_test.go index 3c943963..3ae2afbc 100644 --- a/service/env/config_test.go +++ b/service/env/config_test.go @@ -1,10 +1,10 @@ package env import ( - "github.com/spiral/roadrunner/service" "encoding/json" - "testing" + "github.com/spiral/roadrunner/service" "github.com/stretchr/testify/assert" + "testing" ) type mockCfg struct{ cfg string } @@ -26,4 +26,4 @@ func Test_Config_Hydrate_Empty(t *testing.T) { assert.NoError(t, c.Hydrate(cfg)) assert.Len(t, c.Values, 0) -}
\ No newline at end of file +} |