Skip to content

Commit

Permalink
fixed-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandanP007 committed Mar 6, 2023
1 parent 1376b46 commit 25f4490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ankita_Flutter_Submission/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ void main()
{
runApp(MyApp());
}
class MyaApp extends StatelessWidget{
class MyApp extends StatelessWidget{
@override
Widget build(BuildContext context){
return MaterialApp(
Expand Down
2 changes: 1 addition & 1 deletion Ankita_Flutter_Submission/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'package:note/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);
Expand Down

0 comments on commit 25f4490

Please sign in to comment.