Skip to content

Commit

Permalink
Remove usage of deprecated member
Browse files Browse the repository at this point in the history
  • Loading branch information
pdenert committed Dec 20, 2024
1 parent 22f656a commit 50d1229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ class PatrolWidgetTester extends _PWT with _ShowKeyboardPatch {
Future<T> Function() callback, {
Duration additionalTime = const Duration(milliseconds: 1000),
}) {
return _tester.runAsync(callback, additionalTime: additionalTime);
return _tester.runAsync(callback);
}

@override
Expand Down

0 comments on commit 50d1229

Please sign in to comment.