We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a59265 commit e53770aCopy full SHA for e53770a
app/test/task/task_test.dart
@@ -176,7 +176,9 @@ void main() {
176
await clockControl.elapse(minutes: 10);
177
});
178
179
- testWithProfile('failing instances will be retried', fn: () async {
+ testWithProfile('failing instances will be retried', expectedLogMessages: [
180
+ 'SHOUT [pub-notice:cached_value] Updating cached `thirtyDaysTotalDownloadCounts` value failed.',
181
+ ], fn: () async {
182
await taskBackend.backfillTrackingState();
183
await clockControl.elapse(minutes: 1);
184
0 commit comments