Fix typo that is introduced in hotfix 2.5.x (#92745)
This commit is contained in:
parent
63a0fce6db
commit
6cd39cce1d
@ -1524,7 +1524,7 @@ void main() {
|
||||
expect(container.size, Size.zero);
|
||||
}, variant: const TargetPlatformVariant(<TargetPlatform>{ 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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user