Skip to content

Commit

Permalink
Fix test to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Nov 28, 2023
1 parent 2ebf142 commit 1b99cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/test/src/TapirTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ object TapirTests extends TestSuite {
tapirHelloWorldTest(baseUrl)
}
}
test("tapir-helloworld-cats") {
withDeployedExample("tapir-helloworld-cats") {
test("tapir-helloworld-cats-effect") {
withDeployedExample("tapir-helloworld-cats-effect") {
tapirHelloWorldTest(baseUrl)
}
}
Expand Down

0 comments on commit 1b99cce

Please sign in to comment.