mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Remove duplicated dart test
This commit is contained in:
@@ -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)));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user