Skip to content

Commit

Permalink
Remove duplicated dart test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Oct 18, 2020
1 parent cd21268 commit 83a6323
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reports/dart/test/main_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,5 @@ void main() {
test('Exception in test', () {
throw Exception('Some error');
});

test('Timeout test', () {
sleep(Duration(milliseconds: 1));
}, timeout: Timeout(Duration(microseconds: 1)));
});
}

0 comments on commit 83a6323

Please sign in to comment.