diff --git a/test/db_tests/team_test.dart b/test/db_tests/team_test.dart index 2725411..df2c93c 100644 --- a/test/db_tests/team_test.dart +++ b/test/db_tests/team_test.dart @@ -253,7 +253,7 @@ void main() { test('Getting non-existent team throws exception', () async { expect( () => database.teamDao.getTeamById(teamId: 'non-existent-id'), - throwsA(isA()), + throwsA(isA()), ); });