Skip to content

Commit 747a738

Browse files
committed
add comment
1 parent b02b323 commit 747a738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dartdoc_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ void main() {
252252
Package p = packageGraph.defaultPackage;
253253
expect(p.name, 'test_package');
254254
expect(p.hasDocumentationFile, isTrue);
255+
// Total number of public libraries in test_package.
255256
expect(packageGraph.defaultPackage.publicLibraries, hasLength(12));
256257
expect(packageGraph.localPackages.length, equals(1));
257258
});

0 commit comments

Comments
 (0)