Skip to content
Snippets Groups Projects
Commit 0135e95b authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix: split import block

parent 39f5bfee
No related branches found
No related tags found
No related merge requests found
package config
import (
"github.com/stretchr/testify/assert"
"strconv"
"testing"
"time"
)
import (
"github.com/stretchr/testify/assert"
)
func TestNewDefaultServiceConfig(t *testing.T) {
serviceConfig := NewServiceConfigByAPI(
WithServiceCluster("test-cluster"),
......
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