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 6569aab commit 72bc686Copy full SHA for 72bc686
test/graph_creation_v2_test.go
@@ -128,6 +128,7 @@ func TestGraphCreationV2(t *testing.T) {
128
options, collections := newGraphOpts(db)
129
130
options.ReplicationFactor = driver.SatelliteGraph
131
+ options.NumberOfShards = 1
132
options.IsSmart = false
133
options.SmartGraphAttribute = ""
134
@@ -149,6 +150,7 @@ func TestGraphCreationV2(t *testing.T) {
149
150
151
152
153
154
155
156
0 commit comments