This commit is contained in:
quantulr
2024-06-14 17:22:52 +08:00
parent 825b94b8c3
commit 62a7c7f29e
6 changed files with 160 additions and 57 deletions

View File

@ -13,7 +13,7 @@ import 'package:logistics_tools/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(MyApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);