Merge pull request #3177 from zhhl/3180-caseCreationAndDeletionInUnitTest

3180: correct the typo
This commit is contained in:
Richard Cordovano 2017-11-06 18:03:31 -05:00 committed by GitHub
commit d2036b1be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,9 @@ import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class IntestFileFiltersTest {
public class IngestFileFiltersTest {
public IntestFileFiltersTest() {
public IngestFileFiltersTest() {
}
@BeforeClass