Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A missing "of" #180

Open
FakhriAz opened this issue Jan 8, 2025 · 0 comments
Open

A missing "of" #180

FakhriAz opened this issue Jan 8, 2025 · 0 comments

Comments

@FakhriAz
Copy link

FakhriAz commented Jan 8, 2025

If you have experience of writing widget tests in Flutter, you will be aware that typically you want to [pump](https://docs.flutter.dev/cookbook/testing/widget/introduction#notes-about-the-pump-methods) the widget that you want to test. However, for AppFlowy, this pump logic is already taken care by the TestableEditor class we mentioned above. So to pump the widget under test we call the following method:

Inaccurate: this pump logic is already taken care by the
Accurate: this pump logic is already taken care of by the

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant