Skip to content

Commit

Permalink
Fix typo in flutter_test binding.dart (#106505)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed Jun 24, 2022
1 parent 788c8b8 commit 6c3a0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter_test/lib/src/binding.dart
Expand Up @@ -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.
}

Expand Down

0 comments on commit 6c3a0e4

Please sign in to comment.