mirror of
https://github.com/Smaug123/AdventOfCode2021
synced 2025-10-06 16:28:40 +00:00
Fantomas format
This commit is contained in:
@@ -5,13 +5,9 @@ open Xunit
|
||||
open FsUnitTyped
|
||||
|
||||
module TestDay1 =
|
||||
|
||||
[<Fact>]
|
||||
let ``Part 1`` () =
|
||||
Day1.part1 ()
|
||||
|> shouldEqual 1766
|
||||
|
||||
[<Fact>]
|
||||
let ``Part 2`` () =
|
||||
Day1.part2 ()
|
||||
|> shouldEqual 1797
|
||||
let ``Part 1`` () = Day1.part1 () |> shouldEqual 1766
|
||||
|
||||
[<Fact>]
|
||||
let ``Part 2`` () = Day1.part2 () |> shouldEqual 1797
|
||||
|
Reference in New Issue
Block a user