From 075b8d911cacf96129b4eeb419a1b12d48fd0409 Mon Sep 17 00:00:00 2001 From: Nick Drabsch Date: Sat, 15 Jul 2023 19:53:39 +0100 Subject: [PATCH] Add missing tests to test/cpp_api/project.json --- test/cpp_api/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cpp_api/project.json b/test/cpp_api/project.json index f48b4c359d..eaff84e50f 100644 --- a/test/cpp_api/project.json +++ b/test/cpp_api/project.json @@ -586,7 +586,8 @@ "instanced_nested_query_w_world", "captured_query", "page_iter_captured_query", - "worker_iter_captured_query" + "worker_iter_captured_query", + "iter_entities" ] }, { "id": "QueryBuilder",