From 9821af39fed15f8b7fc6c0fe9995f7709e19290c Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Tue, 30 Dec 2025 21:00:56 +0100 Subject: [PATCH] Renamed test files --- test/db_tests/{group_game_test.dart => group_match_test.dart} | 0 test/db_tests/{player_game_test.dart => player_match_test.dart} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/db_tests/{group_game_test.dart => group_match_test.dart} (100%) rename test/db_tests/{player_game_test.dart => player_match_test.dart} (100%) diff --git a/test/db_tests/group_game_test.dart b/test/db_tests/group_match_test.dart similarity index 100% rename from test/db_tests/group_game_test.dart rename to test/db_tests/group_match_test.dart diff --git a/test/db_tests/player_game_test.dart b/test/db_tests/player_match_test.dart similarity index 100% rename from test/db_tests/player_game_test.dart rename to test/db_tests/player_match_test.dart