Skip to content

Commit 22ae158

Browse files
committed
Remove the default test code.
1 parent 962a049 commit 22ae158

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/widget_test.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,5 @@ void main() {
1313
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
1414
// Build our app and trigger a frame.
1515
await tester.pumpWidget(new MyApp());
16-
17-
// Verify that our counter starts at 0.
18-
expect(find.text('0'), findsOneWidget);
19-
expect(find.text('1'), findsNothing);
20-
21-
// Tap the '+' icon and trigger a frame.
22-
await tester.tap(find.byIcon(Icons.add));
23-
await tester.pump();
24-
25-
// Verify that our counter has incremented.
26-
expect(find.text('0'), findsNothing);
27-
expect(find.text('1'), findsOneWidget);
2816
});
2917
}

0 commit comments

Comments
 (0)