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

Analysis_options, format and fixups. (#103)

This commit is contained in:
Brett Morgan
2019-07-03 06:35:36 +10:00
committed by GitHub
parent 52d85c793e
commit 87b42f92e3
7 changed files with 63 additions and 28 deletions

View File

@@ -15,7 +15,7 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('This test will always pass', (WidgetTester tester) async {
testWidgets('This test will always pass', (tester) async {
return true;
});
}