Skip to content

Commit 15d87de

Browse files
committed
grind fix
1 parent 38acc24 commit 15d87de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/grind.dart

Lines changed: 1 addition & 1 deletion
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', 'ModelElement-class.html'), [object]);
1193+
p.join(_dartdocDocsPath, 'dartdoc', 'PackageGraph-class.html'), [object]);
11941194
}
11951195

11961196
@Task('Generate docs for dartdoc with remote linking')

0 commit comments

Comments
 (0)