Skip to content

Commit 470409f

Browse files
committed
one more try
1 parent 0769118 commit 470409f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/grind.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ Future<void> testDartdoc() async {
12111211
['<title>dartdoc - Dart API docs</title>']);
12121212
var object = RegExp('<li>Object</li>', multiLine: true);
12131213
expectFileContains(
1214-
p.join(_dartdocDocsPath, 'dartdoc', 'Package-class.html'), [object]);
1214+
p.join(_dartdocDocsPath, 'dartdoc', 'PackageMeta-class.html'), [object]);
12151215
}
12161216

12171217
@Task('Generate docs for dartdoc with remote linking')
@@ -1225,7 +1225,7 @@ Future<void> testDartdocRemote() async {
12251225
expectFileContains(p.join(_dartdocDocsPath, 'index.html'),
12261226
['<title>dartdoc - Dart API docs</title>']);
12271227
expectFileContains(
1228-
p.join(_dartdocDocsPath, 'dartdoc', 'Package-class.html'), [object]);
1228+
p.join(_dartdocDocsPath, 'dartdoc', 'PackageMeta-class.html'), [object]);
12291229
}
12301230

12311231
@Task('serve docs for a package that requires flutter with remote linking')

0 commit comments

Comments
 (0)