Skip to content

Commit fb2c3af

Browse files
committed
updated api_services test
1 parent a5b05f8 commit fb2c3af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/api_service_test.dart

-4
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ void main() {
115115
await taskDatabase.open();
116116
});
117117

118-
tearDown(() async {
119-
await taskDatabase.deleteAllTasksInDB();
120-
});
121-
122118
test('insertTask adds a task to the database', () async {
123119
final task = Tasks(
124120
id: 1,

0 commit comments

Comments
 (0)