Skip to content

Commit 8f9ea17

Browse files
committed
fix unit tests
1 parent c3cd249 commit 8f9ea17

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkg/testing/store_test.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,12 @@ func TestStoreFactory(t *testing.T) {
5454
assert.Equal(t, &Store{
5555
Name: "db",
5656
Kind: StoreKind{
57-
Name: "database",
58-
URL: "localhost:7071",
59-
Enabled: true,
57+
Name: "database",
58+
URL: "localhost:7071",
59+
Enabled: true,
60+
Dependencies: []StoreKindDependency{},
61+
Params: []StoreKindParam{},
62+
Categories: []string{},
6063
},
6164
URL: "localhost:4000",
6265
Username: "root",

0 commit comments

Comments
 (0)