diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-28 19:02:06 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-28 19:02:06 +0300 |
commit | 7606ef1d9872ca0466e57779aeaf0ce690cac69b (patch) | |
tree | 65c985972734ed2bb146abd578eaf8ced3c2eb1e /test | |
parent | 549a51b021217a25426625a962ede562bb069191 (diff) |
Getting basic functionalities over from the OCR app like the camera.
Changes to be committed:
modified: lib/main.dart
new file: lib/result_screen.dart
modified: pubspec.lock
modified: pubspec.yaml
modified: test/widget_test.dart
Diffstat (limited to 'test')
-rw-r--r-- | test/widget_test.dart | 2 |
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); |