We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cd249 commit 8f9ea17Copy full SHA for 8f9ea17
pkg/testing/store_test.go
@@ -54,9 +54,12 @@ func TestStoreFactory(t *testing.T) {
54
assert.Equal(t, &Store{
55
Name: "db",
56
Kind: StoreKind{
57
- Name: "database",
58
- URL: "localhost:7071",
59
- Enabled: true,
+ Name: "database",
+ URL: "localhost:7071",
+ Enabled: true,
60
+ Dependencies: []StoreKindDependency{},
61
+ Params: []StoreKindParam{},
62
+ Categories: []string{},
63
},
64
URL: "localhost:4000",
65
Username: "root",
0 commit comments