From 4702489c5d83a8efc6c4e07a494fb4129b405f86 Mon Sep 17 00:00:00 2001 From: jwierzbo Date: Mon, 31 Jan 2022 20:08:29 +0100 Subject: [PATCH] Adjust Graph tests for the latest changes in 3.9 (TG-209) --- test/graph_creation_v2_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/graph_creation_v2_test.go b/test/graph_creation_v2_test.go index 3d20dd04..bfd41e94 100644 --- a/test/graph_creation_v2_test.go +++ b/test/graph_creation_v2_test.go @@ -128,6 +128,7 @@ func TestGraphCreationV2(t *testing.T) { options, collections := newGraphOpts(db) options.ReplicationFactor = driver.SatelliteGraph + options.NumberOfShards = 1 options.IsSmart = false options.SmartGraphAttribute = "" @@ -149,6 +150,7 @@ func TestGraphCreationV2(t *testing.T) { options, collections := newGraphOpts(db) options.ReplicationFactor = driver.SatelliteGraph + options.NumberOfShards = 1 options.IsSmart = false options.SmartGraphAttribute = ""