Skip to content

Commit

Permalink
Format file.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptnCodr committed Jul 11, 2023
1 parent 22181c4 commit 2ad23df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FsUnit.Xunit.Test/shouldStartWithTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ type ``should startWith tests``() =
[<Fact>]
member _.``ships should not start with ss and should throw EqualException``() =
(fun _ -> "ships" |> should startWith "ss")
|> should throw typeof<EqualException>
|> should throw typeof<EqualException>

0 comments on commit 2ad23df

Please sign in to comment.