1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-12 07:48:55 +00:00

Analysis options (#109)

This commit is contained in:
Brett Morgan
2019-07-04 15:03:52 +10:00
committed by GitHub
parent 4f72ab1776
commit d4997f6562
4 changed files with 35 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import 'package:provider/provider.dart';
import 'package:provider_counter/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
testWidgets('Counter increments smoke test', (tester) async {
// Build our app, provide it with a model, and trigger a frame.
await tester.pumpWidget(
ChangeNotifierProvider(