Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 28, 2022
1 parent e6d838b commit ad5b367
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ object ProjectRouteZSpec extends ZIOSpecDefault {
.toLayer
private val expectNoInteractionWithProjectsResponderADM = ActorToZioBridgeMock.empty

val spec =
val spec: Spec[Any, Serializable] =
suite("ProjectsRouteZSpec")(
test("given valid project iri should respond with success") {
val urlWithValidIri = URL.empty.setPath(basePath / validIriEncoded)
Expand Down

0 comments on commit ad5b367

Please sign in to comment.