Skip to content

Commit

Permalink
Fix study screen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Nov 12, 2024
1 parent 78c3e5e commit ff98f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/view/study/study_screen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,14 @@ void main() {

expect(
find.descendant(
of: find.byType(ListView),
of: find.byType(Scrollable),
matching: find.text('Chapter 1'),
),
findsOneWidget,
);
expect(
find.descendant(
of: find.byType(ListView),
of: find.byType(Scrollable),
matching: find.text('Chapter 2'),
),
findsOneWidget,
Expand Down

0 comments on commit ff98f16

Please sign in to comment.