Skip to content

Commit

Permalink
updated api_services test
Browse files Browse the repository at this point in the history
  • Loading branch information
rohansen856 committed Dec 30, 2024
1 parent a5b05f8 commit fb2c3af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/api_service_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fb2c3af

Please sign in to comment.