This commit is contained in:
ale 2024-01-14 23:45:14 +01:00
parent f5539d4f5f
commit d3b87aa09c

View File

@ -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 {