From 415be670557bf81f68dabe428556154243b7cedd Mon Sep 17 00:00:00 2001 From: Fernando Garcia Date: Thu, 8 May 2025 17:51:13 -0300 Subject: [PATCH 1/3] v1.0.13 --- src/test/java/example/micronaut/EndpointsControllerTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/example/micronaut/EndpointsControllerTest.java b/src/test/java/example/micronaut/EndpointsControllerTest.java index 61fbbef..3f3c2b1 100644 --- a/src/test/java/example/micronaut/EndpointsControllerTest.java +++ b/src/test/java/example/micronaut/EndpointsControllerTest.java @@ -33,8 +33,9 @@ void one() { //test String result = controllerToTest.one(); - // verify + // verify response assertEquals("This is the endpoint 1", result); + } @Test From 3e30cdd7d6a4fd07ba81799f52e3b2243bec2281 Mon Sep 17 00:00:00 2001 From: Fernando Garcia Date: Thu, 8 May 2025 19:38:04 -0300 Subject: [PATCH 2/3] codigo que no compila --- src/test/java/example/micronaut/EndpointsControllerTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/java/example/micronaut/EndpointsControllerTest.java b/src/test/java/example/micronaut/EndpointsControllerTest.java index 3f3c2b1..ef30539 100644 --- a/src/test/java/example/micronaut/EndpointsControllerTest.java +++ b/src/test/java/example/micronaut/EndpointsControllerTest.java @@ -33,6 +33,9 @@ void one() { //test String result = controllerToTest.one(); +a + assertEquals(1, 25); + // verify response assertEquals("This is the endpoint 1", result); From 4e6a3fc678eddbcccf3c272a5a9db70599e10b19 Mon Sep 17 00:00:00 2001 From: Fernando Garcia Date: Thu, 8 May 2025 19:43:36 -0300 Subject: [PATCH 3/3] fix tests --- src/test/java/example/micronaut/EndpointsControllerTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/java/example/micronaut/EndpointsControllerTest.java b/src/test/java/example/micronaut/EndpointsControllerTest.java index ef30539..3f3c2b1 100644 --- a/src/test/java/example/micronaut/EndpointsControllerTest.java +++ b/src/test/java/example/micronaut/EndpointsControllerTest.java @@ -33,9 +33,6 @@ void one() { //test String result = controllerToTest.one(); -a - assertEquals(1, 25); - // verify response assertEquals("This is the endpoint 1", result);