Skip to content

Commit c0ea62d

Browse files
committed
required-is-deprecated
1 parent f964564 commit c0ea62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end2end/dartdoc_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void main() {
112112
expect(
113113
useSomethingInAnotherPackage.modelType.linkedName,
114114
matches(
115-
r'<a href="https://pub.dev/documentation/meta/[^"]*/meta/Required-class.html">Required</a>'));
115+
r'<a class="deprecated" href="https://pub.dev/documentation/meta/[^"]*/meta/Required-class.html">Required</a>'));
116116
var link = RegExp('/dart-core/String-class.html">String</a>');
117117
expect(useSomethingInTheSdk.modelType.linkedName, contains(link));
118118
});

0 commit comments

Comments
 (0)