BAEL-19173 Fix the integrations tests in Twitter4J
- Renaming ApplicationIntegrationTest.java to ApplicationManualTest.java
This commit is contained in:
parent
b46dc7a07b
commit
48934a6114
|
@ -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
|
Loading…
Reference in New Issue