v1.1.15+45
All checks were successful
Flutter Schmutter / build (push) Successful in 3m35s

- buildtest lol
This commit is contained in:
2025-06-11 11:22:00 +02:00
parent 3b95d128e1
commit 493422e724
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import 'package:f0ckapp/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const F0ckApp());
await tester.pumpWidget(F0ckApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);