Merge pull request #9059 from WilliamCollishaw/fix-dunpJson-typo

Fix typo in 'dumpJson' function name
This commit is contained in:
Tomas Slusny
2019-06-08 22:51:34 +02:00
committed by GitHub

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();