Skip to content

Commit

Permalink
chore: improve test description
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed May 11, 2024
1 parent e13bd21 commit 4f87e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Giraffe.Tests/EndpointRoutingTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ open System.Net.Http
[<InlineData("8b3557db-fa-c0c90785e", "Not Found")>]
[<InlineData("does-not-make-sense", "Not Found")>]
[<InlineData("1", "Not Found")>]
let ``routef: GET "/try-a-guid/%O" returns "Success: ..."`` (potentialGuid: string, expected: string) =
let ``routef: GET "/try-a-guid/%O" returns "Success: ..." or "Not Found"`` (potentialGuid: string, expected: string) =
task {
let endpoints: Endpoint list =
[ GET
Expand Down

0 comments on commit 4f87e76

Please sign in to comment.