File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1190,7 +1190,7 @@ Future<void> testDartdoc() async {
1190
1190
['<title>dartdoc - Dart API docs</title>' ]);
1191
1191
var object = RegExp ('<li>Object</li>' , multiLine: true );
1192
1192
expectFileContains (
1193
- p.join (_dartdocDocsPath, 'dartdoc' , 'Package -class.html' ), [object]);
1193
+ p.join (_dartdocDocsPath, 'dartdoc' , 'PackageMeta -class.html' ), [object]);
1194
1194
}
1195
1195
1196
1196
@Task ('Generate docs for dartdoc with remote linking' )
@@ -1204,7 +1204,7 @@ Future<void> testDartdocRemote() async {
1204
1204
expectFileContains (p.join (_dartdocDocsPath, 'index.html' ),
1205
1205
['<title>dartdoc - Dart API docs</title>' ]);
1206
1206
expectFileContains (
1207
- p.join (_dartdocDocsPath, 'dartdoc' , 'Package -class.html' ), [object]);
1207
+ p.join (_dartdocDocsPath, 'dartdoc' , 'PackageMeta -class.html' ), [object]);
1208
1208
}
1209
1209
1210
1210
@Task ('serve docs for a package that requires flutter with remote linking' )
You can’t perform that action at this time.
0 commit comments