Skip to content

Commit

Permalink
fix(app): adapt FAQ test 🙊
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Dec 10, 2024
1 parent f3eb851 commit a316d33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/integration_test/faq_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ void main() {
await tester.pumpWidget(faqWidget);
await tester.pumpAndSettle();

final faqContent = getFaqContent();

final expectedNumberOfQuestions = faqContent.fold<int>(
0, (number, topic) => number + topic.questions.length
);
Expand Down

0 comments on commit a316d33

Please sign in to comment.