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

split import

parent fae603d3
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