Skip to content

Commit

Permalink
Update packages/fluttium/lib/src/tester.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli authored Sep 11, 2024
1 parent 3e1a3dc commit 6048ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fluttium/lib/src/tester.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Tester {

/// Wait for the semantics tree to be fully build.
Future<void> ready() async {
while (_semanticsOwner?.rootSemanticsNode == null) {
while (_semanticsOwner!.rootSemanticsNode == null) {
await _binding.endOfFrame;
}
}
Expand Down

0 comments on commit 6048ea9

Please sign in to comment.