Added tests for bug causing behaviour
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m6s
Pull Request Pipeline / lint (pull_request) Successful in 2m8s

This commit is contained in:
2025-12-30 20:56:39 +01:00
parent e19f696714
commit c1789458e0
3 changed files with 68 additions and 3 deletions

View File

@@ -263,7 +263,7 @@ void main() {
expect(matchCount, 0);
});
test('Checking if match has winner works correclty', () async {
test('Checking if match has winner works correctly', () async {
await database.matchDao.addMatch(match: testMatch1);
await database.matchDao.addMatch(match: testMatchOnlyGroup);