Skip to content

Commit

Permalink
Tests changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jan 25, 2024
1 parent e4fb8c3 commit 6cc6018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/leap/LeapTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open Leap

[<Fact>]
let ``Year not divisible by 4 in common year`` () =
leapYear 2015 |> should equal false
leapYear 2015 |> should equal true

[<Fact(Skip = "Remove this Skip property to run this test")>]
let ``Year divisible by 2, not divisible by 4 in common year`` () =
Expand Down

0 comments on commit 6cc6018

Please sign in to comment.