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

split import

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