diff --git a/packages/fluttium/test/src/tester_test.dart b/packages/fluttium/test/src/tester_test.dart index 881552a1..5fbde686 100644 --- a/packages/fluttium/test/src/tester_test.dart +++ b/packages/fluttium/test/src/tester_test.dart @@ -307,8 +307,7 @@ void main() { semanticsOwner = _MockSemanticsOwner(); final pipelineOwner = _MockPipelineOwner(); - when(() => binding.rootPipelineOwner) - .thenReturn(pipelineOwner); + when(() => binding.rootPipelineOwner).thenReturn(pipelineOwner); when(() => pipelineOwner.semanticsOwner).thenReturn(semanticsOwner); rootNode = MockSemanticsNode(); @@ -494,8 +493,7 @@ void main() { semanticsOwner = _MockSemanticsOwner(); final pipelineOwner = _MockPipelineOwner(); - when(() => binding.rootPipelineOwner) - .thenReturn(pipelineOwner); + when(() => binding.rootPipelineOwner).thenReturn(pipelineOwner); when(() => pipelineOwner.semanticsOwner).thenReturn(semanticsOwner); rootNode = MockSemanticsNode();