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