1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-10 17:07:28 +00:00

Add analysis_options, re-format, add commas. (#101)

This commit is contained in:
Brett Morgan
2019-07-03 08:08:35 +10:00
committed by GitHub
parent 45e4a228f5
commit 4f72ab1776
8 changed files with 94 additions and 61 deletions

View File

@@ -11,7 +11,7 @@ import 'package:flutter_test/flutter_test.dart';
import 'package:friendlychat/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
testWidgets('Counter increments smoke test', (tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(FriendlychatApp());