Skip to content

Commit 4660365

Browse files
committed
Fix test
1 parent aa63f39 commit 4660365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/package_meta_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void main() {
4646
});
4747

4848
test('has a description', () {
49-
expect(p.description, equals('A documentation generator for Dart.'));
49+
expect(p.description, equals('A non-interactive HTML documentation generator for Dart source code.'));
5050
});
5151

5252
test('has a homepage', () {

0 commit comments

Comments
 (0)