mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-09 06:39:33 +00:00
3180: correct typo
This commit is contained in:
parent
59df372507
commit
2bc4a03f0a
@ -22,10 +22,11 @@ import org.junit.AfterClass;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
import org.openide.modules.Places;
|
||||
|
||||
public class IntestFileFiltersTest {
|
||||
public class IngestFileFiltersTest {
|
||||
|
||||
public IntestFileFiltersTest() {
|
||||
public IngestFileFiltersTest() {
|
||||
}
|
||||
|
||||
@BeforeClass
|
||||
@ -46,6 +47,7 @@ public class IntestFileFiltersTest {
|
||||
|
||||
@Test
|
||||
public void testFilters() {
|
||||
Places.getUserDirectory().getAbsoluteFile();
|
||||
System.out.println("Test filter");
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user