Skip to content

Commit

Permalink
Fix accidental print statement int test (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal authored Dec 13, 2023
1 parent 97f713a commit c400435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dio/test/download_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ void main() {
addTearDown(() {
tmp.deleteSync(recursive: true);
});
print(tmp.path);
});

setUp(startServer);
Expand Down

0 comments on commit c400435

Please sign in to comment.