Skip to content

Commit

Permalink
writing test for missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante291 committed Dec 24, 2023
1 parent 678ab16 commit 41e3a57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/views/after_auth_screens/profile/profile_page_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ void main() async {
);
await tester.pumpAndSettle();
await tester.fling(
find.byType(SingleChildScrollView), const Offset(0, 300), 1000);
find.byType(SingleChildScrollView),
const Offset(0, 300),
1000,
);
await tester.pumpAndSettle();
});
testWidgets('check if invitebutton work', (tester) async {
Expand Down

0 comments on commit 41e3a57

Please sign in to comment.