From e9fc2cac363b5eaaf8085ae401099b54ee10c509 Mon Sep 17 00:00:00 2001 From: Yunxuan Shi Date: Wed, 25 Mar 2026 15:49:10 -0700 Subject: [PATCH] Fix two invalid file names Signed-off-by: Yunxuan Shi --- .../group/{test_aggregate_group_stage.py => test_group_stage.py} | 0 .../match/{test_aggregate_match_stage.py => test_match_stage.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename documentdb_tests/compatibility/tests/core/operator/stages/group/{test_aggregate_group_stage.py => test_group_stage.py} (100%) rename documentdb_tests/compatibility/tests/core/operator/stages/match/{test_aggregate_match_stage.py => test_match_stage.py} (100%) diff --git a/documentdb_tests/compatibility/tests/core/operator/stages/group/test_aggregate_group_stage.py b/documentdb_tests/compatibility/tests/core/operator/stages/group/test_group_stage.py similarity index 100% rename from documentdb_tests/compatibility/tests/core/operator/stages/group/test_aggregate_group_stage.py rename to documentdb_tests/compatibility/tests/core/operator/stages/group/test_group_stage.py diff --git a/documentdb_tests/compatibility/tests/core/operator/stages/match/test_aggregate_match_stage.py b/documentdb_tests/compatibility/tests/core/operator/stages/match/test_match_stage.py similarity index 100% rename from documentdb_tests/compatibility/tests/core/operator/stages/match/test_aggregate_match_stage.py rename to documentdb_tests/compatibility/tests/core/operator/stages/match/test_match_stage.py