diff --git a/tests/integration/hardcoded_query/match_profile_garment_update_score.cpp b/tests/integration/hardcoded_query/match_profile_garment_update_score.cpp index cac77837f..dfc5ec81c 100644 --- a/tests/integration/hardcoded_query/match_profile_garment_update_score.cpp +++ b/tests/integration/hardcoded_query/match_profile_garment_update_score.cpp @@ -47,6 +47,7 @@ class CPUPlan : public PlanInterface { if (edge.edge_type() != db_accessor.edge_type("score")) continue; if ((profile(from) && garment(to)) || (profile(to) && garment(from))) { edge.PropsSet(db_accessor.property("score"), args.At(3)); + edge.SwitchNew(); std::vector result{TypedValue(edge)}; stream.Result(result); }