summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruvok2025-07-30 20:25:03 +0200
committeruvok2025-07-30 20:25:03 +0200
commit87e1dfffd2c17ef0e3d0711394122456e9d0c7c8 (patch)
tree50ca1fa6cf89d271ad319720e8691f6d49332f20 /test
parentc84d5947b8650a022dc7a0032e3de1996b92307e (diff)
Move FlutterBleCode to new classes
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 58c70d5..3a794df 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:badge/badge_app.dart';
+import 'package:uvok_epaper_badge/badge_app.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';