🐛 Fix bugs on windows

This commit is contained in:
2024-08-30 19:53:53 +08:00
parent b7b673c96d
commit 1ac7704080
3 changed files with 20 additions and 17 deletions

View File

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