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 @@ -1211,7 +1211,7 @@ Future<void> testDartdoc() async {
1211
1211
['<title>dartdoc - Dart API docs</title>' ]);
1212
1212
var object = RegExp ('<li>Object</li>' , multiLine: true );
1213
1213
expectFileContains (
1214
- p.join (_dartdocDocsPath, 'dartdoc' , 'Package -class.html' ), [object]);
1214
+ p.join (_dartdocDocsPath, 'dartdoc' , 'PackageMeta -class.html' ), [object]);
1215
1215
}
1216
1216
1217
1217
@Task ('Generate docs for dartdoc with remote linking' )
@@ -1225,7 +1225,7 @@ Future<void> testDartdocRemote() async {
1225
1225
expectFileContains (p.join (_dartdocDocsPath, 'index.html' ),
1226
1226
['<title>dartdoc - Dart API docs</title>' ]);
1227
1227
expectFileContains (
1228
- p.join (_dartdocDocsPath, 'dartdoc' , 'Package -class.html' ), [object]);
1228
+ p.join (_dartdocDocsPath, 'dartdoc' , 'PackageMeta -class.html' ), [object]);
1229
1229
}
1230
1230
1231
1231
@Task ('serve docs for a package that requires flutter with remote linking' )
You can’t perform that action at this time.
0 commit comments