1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Analysis options (#108)

This commit is contained in:
Brett Morgan
2019-07-04 15:49:34 +10:00
committed by GitHub
parent 815079cd4d
commit 755363dde5
4 changed files with 36 additions and 3 deletions

View File

@@ -7,5 +7,5 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('This test always passes', (WidgetTester tester) async {});
testWidgets('This test always passes', (tester) async {});
}