Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Sep 19, 2023
1 parent 4e4404e commit 7f803de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/test/main_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void main() {

await tester.enterText(
find.byKey(const Key('myForm_emailInput')),
'emailexample.com',
'example.com',
);
await tester.pumpAndSettle();

Expand Down

0 comments on commit 7f803de

Please sign in to comment.