Este commit está contenido en:
ale
2024-01-14 23:45:14 +01:00
padre f5539d4f5f
commit d3b87aa09c

Ver fichero

@@ -1,11 +1,8 @@
package com.manalejandro.ws;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class WsApplicationTests {