Fix typo in 'dumpJson' function name
This commit is contained in:
@@ -165,7 +165,7 @@ public class MapDumperTest
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
@Ignore
|
||||||
public void dunpJson() throws IOException
|
public void dumpJson() throws IOException
|
||||||
{
|
{
|
||||||
File base = StoreLocation.LOCATION,
|
File base = StoreLocation.LOCATION,
|
||||||
outDir = folder.newFolder();
|
outDir = folder.newFolder();
|
||||||
|
|||||||
Reference in New Issue
Block a user