Skip to content

Commit 1cf57ff

Browse files
author
eweziyi
committed
Reorder imports
1 parent 8fd757e commit 1cf57ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

treatment-service/config/config_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package config
22

33
import (
4+
"testing"
5+
46
"github.com/caraml-dev/mlp/api/pkg/instrumentation/newrelic"
57
"github.com/caraml-dev/mlp/api/pkg/instrumentation/sentry"
68
"github.com/stretchr/testify/assert"
79
"github.com/stretchr/testify/require"
8-
"testing"
910

1011
common_mq_config "github.com/caraml-dev/xp/common/messagequeue"
1112
)

0 commit comments

Comments
 (0)