Skip to content

Commit b766a85

Browse files
authored
Fix test processing Flutter API index. (#8563)
1 parent 662dabe commit b766a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test/search/dartdoc_index_parsing_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void main() {
9797
{
9898
'sdk': 'flutter',
9999
'library': 'widgets',
100-
'url': 'https://api.flutter.dev/flutter/widgets/widgets-library.html',
100+
'url': contains('https://api.flutter.dev/flutter/widgets'),
101101
'score': closeTo(0.98, 0.01),
102102
'apiPages': [
103103
{

0 commit comments

Comments
 (0)