We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e519e commit 8a495d3Copy full SHA for 8a495d3
1 file changed
server/datasource/etcd/kv/kv_cache_test.go
@@ -4,6 +4,7 @@ import (
4
"testing"
5
6
"github.com/go-chassis/etcdadpt"
7
+ "github.com/go-chassis/go-archaius"
8
"github.com/stretchr/testify/assert"
9
"go.etcd.io/etcd/api/v3/mvccpb"
10
)
@@ -12,6 +13,10 @@ type args struct {
12
13
rsp *etcdadpt.Response
14
}
15
16
+func init() {
17
+ archaius.Init()
18
+}
19
+
20
func TestCachePut(t *testing.T) {
21
tests := []struct {
22
name string
0 commit comments