BAEL-19173 Fix the integrations tests in Twitter4J

- Renaming ApplicationIntegrationTest.java to ApplicationManualTest.java
This commit is contained in:
Dhawal Kapil
2019-11-14 22:49:17 +05:30
parent 96e836ec94
commit 731cb6b742

View File

@@ -9,7 +9,7 @@ import org.junit.Test;
import twitter4j.TwitterException; import twitter4j.TwitterException;
public class ApplicationIntegrationTest { public class ApplicationManualTest {
/** /**
* In order run this jUnit test you need to configure your API details in the twitter4j.properties * In order run this jUnit test you need to configure your API details in the twitter4j.properties