Fix typo in flutter_test binding.dart (#106505)
This commit is contained in:
parent
788c8b8ad4
commit
6c3a0e4d21
@ -1171,7 +1171,7 @@ class AutomatedTestWidgetsFlutterBinding extends TestWidgetsFlutterBinding {
|
|||||||
void allowFirstFrame() {
|
void allowFirstFrame() {
|
||||||
assert(_firstFrameDeferredCount > 0);
|
assert(_firstFrameDeferredCount > 0);
|
||||||
_firstFrameDeferredCount -= 1;
|
_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.
|
// to give the test full control over frame scheduling.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user