From 1b99cce4fab71b10b80591d534eae84fd7137e98 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Tue, 28 Nov 2023 16:25:34 +0100 Subject: [PATCH] Fix test to new name --- integration/test/src/TapirTests.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/test/src/TapirTests.scala b/integration/test/src/TapirTests.scala index 10afbbd..79d9b68 100644 --- a/integration/test/src/TapirTests.scala +++ b/integration/test/src/TapirTests.scala @@ -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) } }