NIFI-7181 convert integration test to proper name so it isnt run as unit test

This commit is contained in:
Joe Witt 2020-02-21 18:05:06 -05:00
parent 6ea78c5548
commit 49ba9e8196
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import java.util.Properties;
import static org.junit.Assert.assertEquals;
public class TestConsumeEmail {
public class ITestConsumeEmail {
private GreenMail mockIMAP4Server;
private GreenMail mockPOP3Server;