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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user