Update OpenfeignManualTest.java

This commit is contained in:
Loredana Crusoveanu 2022-01-22 17:27:13 +02:00 committed by GitHub
parent 92f7844844
commit 0414563a7a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import static org.junit.Assert.assertNotNull;
@RunWith(SpringRunner.class)
@SpringBootTest
public class OpenfeignUnitTest {
public class OpenfeignManualTest {
@Autowired
private JSONPlaceHolderService jsonPlaceHolderService;