summaryrefslogtreecommitdiff
path: root/test/widget_test.dart
diff options
context:
space:
mode:
Diffstat (limited to 'test/widget_test.dart')
-rw-r--r--test/widget_test.dart2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/widget_test.dart b/test/widget_test.dart
index e980ae6..58066c6 100644
--- a/test/widget_test.dart
+++ b/test/widget_test.dart
@@ -13,7 +13,7 @@ import 'package:yolo/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
- await tester.pumpWidget(const MyApp());
+ await tester.pumpWidget(const App());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);