Skip to content

Commit

Permalink
fix(app): wrong key in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed Jul 31, 2022
1 parent 6b6eeab commit 75051c7
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 75051c7

Please sign in to comment.