Skip to content

Commit 17ca700

Browse files
committed
Fix tests
1 parent b8b5db9 commit 17ca700

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
@@ -23,7 +23,7 @@ applies_to:
2323
"""
2424
[<Fact>]
2525
let ``apply matches expected`` () =
26-
markdown |> appliesTo ApplicableTo.All
26+
markdown |> appliesTo (Unchecked.defaultof<ApplicableTo>)
2727

2828
type ``apply default to top level arguments`` () =
2929
static let markdown = frontMatter """

0 commit comments

Comments
 (0)