Fix typo in flutter_test binding.dart (#106505)

This commit is contained in:
Bryan Oltman 2022-06-24 00:19:06 -04:00 committed by GitHub
parent 788c8b8ad4
commit 6c3a0e4d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1171,7 +1171,7 @@ class AutomatedTestWidgetsFlutterBinding extends TestWidgetsFlutterBinding {
void allowFirstFrame() {
assert(_firstFrameDeferredCount > 0);
_firstFrameDeferredCount -= 1;
// Unlike in RendererBinding.allowFirstFrame we do not force a frame her
// Unlike in RendererBinding.allowFirstFrame we do not force a frame here
// to give the test full control over frame scheduling.
}