Skip to content
Snippets Groups Projects
Commit ec0a78f2 authored by Patrick's avatar Patrick
Browse files

split import

parent 2a93fa71
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,13 @@ import (
)
import (
"github.com/apache/dubbo-go/common/constant"
"github.com/stretchr/testify/assert"
)
import (
"github.com/apache/dubbo-go/common/constant"
)
func TestDefaultConfigReader_ReadConsumerConfig(t *testing.T) {
err := os.Setenv(constant.CONF_CONSUMER_FILE_PATH, "./testdata/consumer_config.yml")
assert.NoError(t, err)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment