diff --git a/test/widget_test.dart b/test/widget_test.dart index dcebee3..1b38848 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -4,6 +4,7 @@ // utility that Flutter provides. For example, you can send tap and scroll // gestures. You can also use WidgetTester to find child widgets in the widget // tree, read text, and verify that the values of widget properties are correct. +// test comment import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart';