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 cd5de52 commit 3c26224Copy full SHA for 3c26224
dwds/test/common/chrome_proxy_service_common.dart
@@ -2065,6 +2065,7 @@ void runTests({
2065
// Make sure that a notice was provided in the expected format.
2066
final notices = report.json?['notices'];
2067
expect(notices, isNotNull);
2068
+ expect(notices is List, isTrue);
2069
final noticeList = (notices as List).cast<Map>();
2070
expect(noticeList, isNotEmpty);
2071
final message = noticeList[0]['message'];
0 commit comments