mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 22:03:55 +03:00
fix Finder.description
deprecation
This commit is contained in:
parent
e897bffacd
commit
c8007213bd
@ -57,7 +57,8 @@ extension AppWidgetTester on WidgetTester {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (evaluated.isEmpty) {
|
if (evaluated.isEmpty) {
|
||||||
testLog(false, 'Failed to find ${f.description} in $timeOutSec seconds.');
|
testLog(false,
|
||||||
|
'Found 0 ${f.describeMatch(Plurality.zero)} in $timeOutSec seconds.');
|
||||||
}
|
}
|
||||||
|
|
||||||
return f;
|
return f;
|
||||||
|
Loading…
Reference in New Issue
Block a user