Update selectable_text_test.dart (#147677)
Fix leak introduced by https://github.com/flutter/flutter/pull/147341
This commit is contained in:
parent
7203af3e2f
commit
5eb1807464
@ -3399,6 +3399,7 @@ void main() {
|
||||
// This is a regression test for
|
||||
// https://github.com/flutter/flutter/issues/130198.
|
||||
final PageController pageController = PageController();
|
||||
addTearDown(pageController.dispose);
|
||||
const String testValue = 'abc def ghi jkl mno pqr stu vwx yz';
|
||||
|
||||
await tester.pumpWidget(
|
||||
|
Loading…
x
Reference in New Issue
Block a user