Skip to content

Commit 3d1ce1d

Browse files
committed
Comment function in widget_test.dart
1 parent c4733db commit 3d1ce1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/widget_test.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'package:flutter_test/flutter_test.dart';
1111
import 'package:flutter_ui_music_player/main.dart';
1212

1313
void main() {
14-
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
14+
/*testWidgets('Counter increments smoke test', (WidgetTester tester) async {
1515
// Build our app and trigger a frame.
1616
await tester.pumpWidget(MyApp());
1717
@@ -26,5 +26,5 @@ void main() {
2626
// Verify that our counter has incremented.
2727
expect(find.text('0'), findsNothing);
2828
expect(find.text('1'), findsOneWidget);
29-
});
29+
});*/
3030
}

0 commit comments

Comments
 (0)