diff options
author | Wolfy-J <[email protected]> | 2018-07-26 17:34:01 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-26 17:34:01 +0300 |
commit | a2c1861165c9f61f8ece133f2edecb9aadfabe26 (patch) | |
tree | fcd055b054d57efcb7a8289724e334460169a25f /service/env/config_test.go | |
parent | 2f73d679b884616c49f4eba3342b350c001d949f (diff) |
more tests
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 +} |