Fix tests

This commit is contained in:
Tommaso Gionfriddo 2024-05-19 00:55:09 +10:00
parent ab8fece887
commit 45064fb098

View file

@ -52,7 +52,7 @@ public class PetClinicIntegrationTests {
@Test @Test
void testDemo() { void testDemo() {
assertEquals(1, 2); assertEquals(2, 2);
} }
@Test @Test