mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Add flutter_lints to null_safety (#828)
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('Rendering the page throws an exception',
|
||||
(WidgetTester tester) async {
|
||||
testWidgets('Rendering the page throws an exception', (tester) async {
|
||||
// Do nothing, running the app throws an exception on widget render.
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user