summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruvok2025-07-30 20:34:54 +0200
committeruvok2025-07-30 20:34:54 +0200
commite0fb75037ae575bb0c63703299c2039bf970ad65 (patch)
tree0d259415e2bf115106ff25ebc77ff1f54d7c2284 /test
parent87e1dfffd2c17ef0e3d0711394122456e9d0c7c8 (diff)
Shuffle code around / reorder
Diffstat (limited to 'test')
-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 3a794df..5779cd8 100644
--- a/test/widget_test.dart
+++ b/test/widget_test.dart
@@ -5,7 +5,7 @@
// 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.
-import 'package:uvok_epaper_badge/badge_app.dart';
+import 'package:uvok_epaper_badge/widgets/badge_app.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';