Fix typo in 'dumpJson' function name

This commit is contained in:
William Collishaw
2019-06-07 22:00:31 -06:00
parent 59886b084a
commit e88e2cdf85

View File

@@ -165,7 +165,7 @@ public class MapDumperTest
@Test
@Ignore
public void dunpJson() throws IOException
public void dumpJson() throws IOException
{
File base = StoreLocation.LOCATION,
outDir = folder.newFolder();