Skip to content

Commit

Permalink
Merge pull request #439 from hpi-dhc/fix/flutter-tests
Browse files Browse the repository at this point in the history
fix(app): wrong key in tests
  • Loading branch information
Benjamin-Frost authored Jul 31, 2022
2 parents 6b6eeab + 75051c7 commit 582e6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/integration_test/faq_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void main() {
expect(
find
.descendant(
of: find.byKey(ValueKey('questions_column')),
of: find.byKey(ValueKey('questionsColumn')),
matching: find.byType(ExpansionTile),
)
.evaluate()
Expand Down

0 comments on commit 582e6f4

Please sign in to comment.