Skip to content

Commit e53770a

Browse files
committed
re-adding log line
1 parent 1a59265 commit e53770a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/test/task/task_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ void main() {
176176
await clockControl.elapse(minutes: 10);
177177
});
178178

179-
testWithProfile('failing instances will be retried', fn: () async {
179+
testWithProfile('failing instances will be retried', expectedLogMessages: [
180+
'SHOUT [pub-notice:cached_value] Updating cached `thirtyDaysTotalDownloadCounts` value failed.',
181+
], fn: () async {
180182
await taskBackend.backfillTrackingState();
181183
await clockControl.elapse(minutes: 1);
182184

0 commit comments

Comments
 (0)