Skip to content

Commit b8b5db9

Browse files
committed
Fix error
1 parent 003cf6d commit b8b5db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/authoring/Applicability/AppliesToFrontMatter.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ applies_to:
193193
"""
194194
[<Fact>]
195195
let ``does not render label`` () =
196-
markdown |> appliesTo null
196+
markdown |> appliesTo (Unchecked.defaultof<ApplicableTo>)

0 commit comments

Comments
 (0)