diff --git a/test/api_service_test.dart b/test/api_service_test.dart index c9f8c9b..ba252fa 100644 --- a/test/api_service_test.dart +++ b/test/api_service_test.dart @@ -115,10 +115,6 @@ void main() { await taskDatabase.open(); }); - tearDown(() async { - await taskDatabase.deleteAllTasksInDB(); - }); - test('insertTask adds a task to the database', () async { final task = Tasks( id: 1,