Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Aug 6, 2024
1 parent 0f36a05 commit a3e8539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ object PathCodecSpec extends ZIOHttpSpec {
)
},
),
suite("UUID segment decoding")(
suite("UUID segment")(
test("UUID segment decoding") {
val codec = PathCodec.empty / "api" / PathCodec.uuid("entityId")
val uuid = UUID.randomUUID()
Expand Down

0 comments on commit a3e8539

Please sign in to comment.