From 12b713bb707b3c2564d1b3e98564f0bed23579c7 Mon Sep 17 00:00:00 2001 From: gelbeinhalb Date: Wed, 21 Jan 2026 12:04:13 +0100 Subject: [PATCH] remove skip from test --- test/db_tests/player_match_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/db_tests/player_match_test.dart b/test/db_tests/player_match_test.dart index d6fca6d..8c68395 100644 --- a/test/db_tests/player_match_test.dart +++ b/test/db_tests/player_match_test.dart @@ -838,7 +838,7 @@ void main() { ), throwsA(anything), ); - }, skip: 'Skipped: transaction callback is not awaited in the DAO, causing unhandled error'); + }); // Verifies that a player can be in a match without being assigned to a team. test('Player can exist in match without team assignment', () async {