[master < T1110] Add merge optimization to expand dynamically during runtime (#1110)
This commit is contained in:
@@ -208,7 +208,7 @@ TYPED_TEST(TriggerContextTest, ValidObjectsTest) {
|
||||
auto out_edges = vertex.OutEdges(memgraph::storage::View::OLD);
|
||||
ASSERT_TRUE(out_edges.HasValue());
|
||||
|
||||
for (auto edge : *out_edges) {
|
||||
for (auto edge : out_edges->edges) {
|
||||
trigger_context_collector.RegisterSetObjectProperty(edge, dba.NameToProperty("PROPERTY1"),
|
||||
memgraph::query::TypedValue("Value"),
|
||||
memgraph::query::TypedValue("ValueNew"));
|
||||
|
||||
Reference in New Issue
Block a user