Skip to content

Commit

Permalink
feat: fix tests and reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeQuadrat committed Oct 20, 2022
1 parent b8920c3 commit de53d0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package de.innfactory.smithy4play.client

import cats.data.Kleisli
import de.innfactory.smithy4play.{ ClientRequest, RunnableClientRequest, ClientResponse }
import de.innfactory.smithy4play.{ ClientRequest, ClientResponse, RunnableClientRequest }
import smithy4s.{ Service, Transformation }

import scala.concurrent.ExecutionContext
Expand Down
1 change: 0 additions & 1 deletion smithy4playTest/test/TestControllerTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class TestControllerTest extends PlaySpec with BaseOneAppPerSuite with FakeAppli

"route to Test Endpoint" in {
val result = genericClient.test().awaitRight
println(client2.test().run(None).awaitLeft)
result.statusCode mustBe result.expectedStatusCode
}

Expand Down

0 comments on commit de53d0c

Please sign in to comment.