Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed May 22, 2024
1 parent 3f09ecf commit 8fc40ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object CreateCheckpointEndpointSpec extends ZIOSpecDefault with Endpoints with T
val body = response.map(_.body)
val statusCode = response.map(_.code)

assertZIO(body <*> statusCode)(equalTo(Right(SingleSuccessResponse(checkpointDTO1)), StatusCode.Created))
assertZIO(body <&> statusCode)(equalTo(Right(SingleSuccessResponse(checkpointDTO1)), StatusCode.Created))
},
test("Returns expected BadRequest") {
val response = request
Expand Down

0 comments on commit 8fc40ba

Please sign in to comment.