Skip to content

Commit

Permalink
Fix:Failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushRaghuvanshi committed Dec 29, 2023
1 parent 1cd15c2 commit 9f08e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void main() {
await tester.tap(find.bySemanticsLabel('Filters'));
await tester.pumpAndSettle();
await tester.pump();
await tester.tap(find.byKey(const Key('Public Eventstest')));
await tester.tap(find.byKey(const Key('Public Events')));
await tester.pumpAndSettle();
expect(model.chosenValue, 'Public Events');
});
Expand Down

0 comments on commit 9f08e2d

Please sign in to comment.