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 9ab47b9 commit 87139e5Copy full SHA for 87139e5
app/test/shared/utils.dart
@@ -57,6 +57,8 @@ void scopedTest(
57
allMatchedMessages.contains(m) ||
58
m.startsWith('SEVERE failed to delete task-worker ') ||
59
m.startsWith('SHOUT Download counts sync was partial.') ||
60
+ (m.startsWith('SEVERE daily_download_counts') &&
61
+ m.endsWith('.jsonl is empty.')) ||
62
m.startsWith(
63
'SEVERE [pub-search-not-working] Search is temporarily impaired'));
64
expect(logMessages, isEmpty);
0 commit comments