mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Remove duplicated dart test
This commit is contained in:
parent
cd21268493
commit
83a6323aa9
1 changed files with 0 additions and 4 deletions
|
|
@ -23,9 +23,5 @@ void main() {
|
||||||
test('Exception in test', () {
|
test('Exception in test', () {
|
||||||
throw Exception('Some error');
|
throw Exception('Some error');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Timeout test', () {
|
|
||||||
sleep(Duration(milliseconds: 1));
|
|
||||||
}, timeout: Timeout(Duration(microseconds: 1)));
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue