Skip to content

Commit 148fbc2

Browse files
committed
one more try
1 parent b0eefcd commit 148fbc2

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
@@ -1190,7 +1190,7 @@ Future<void> testDartdoc() async {
11901190
['<title>dartdoc - Dart API docs</title>']);
11911191
var object = RegExp('<li>Object</li>', multiLine: true);
11921192
expectFileContains(
1193-
p.join(_dartdocDocsPath, 'dartdoc', 'Package-class.html'), [object]);
1193+
p.join(_dartdocDocsPath, 'dartdoc', 'PackageMeta-class.html'), [object]);
11941194
}
11951195

11961196
@Task('Generate docs for dartdoc with remote linking')
@@ -1204,7 +1204,7 @@ Future<void> testDartdocRemote() async {
12041204
expectFileContains(p.join(_dartdocDocsPath, 'index.html'),
12051205
['<title>dartdoc - Dart API docs</title>']);
12061206
expectFileContains(
1207-
p.join(_dartdocDocsPath, 'dartdoc', 'Package-class.html'), [object]);
1207+
p.join(_dartdocDocsPath, 'dartdoc', 'PackageMeta-class.html'), [object]);
12081208
}
12091209

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

0 commit comments

Comments
 (0)