From 6cd39cce1da81bebc6926bf31573a3d83f6cc65b Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Thu, 4 Nov 2021 08:47:05 +0800 Subject: [PATCH] Fix typo that is introduced in hotfix 2.5.x (#92745) --- packages/flutter/test/material/text_field_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/test/material/text_field_test.dart b/packages/flutter/test/material/text_field_test.dart index c741f4102df..996a0205baa 100644 --- a/packages/flutter/test/material/text_field_test.dart +++ b/packages/flutter/test/material/text_field_test.dart @@ -1524,7 +1524,7 @@ void main() { expect(container.size, Size.zero); }, variant: const TargetPlatformVariant({ TargetPlatform.android, TargetPlatform.fuchsia, TargetPlatform.linux, TargetPlatform.windows })); - testWidgets('Sawping controllers should update selection', (WidgetTester tester) async { + testWidgets('Swapping controllers should update selection', (WidgetTester tester) async { TextEditingController controller = TextEditingController(text: 'readonly'); final OverlayEntry entry = OverlayEntry( builder: (BuildContext context) {