This commit is contained in:
Antonin Delpeuch 2019-11-07 17:52:38 +01:00
parent efbfce29bb
commit 85e40b8c45

View File

@ -58,7 +58,7 @@ public class LoadLanguageCommandTests extends CommandTestBase {
JsonNode response = ParsingUtilities.mapper.readValue(writer.toString(), JsonNode.class);
assertTrue(response.has("dictionary"));
ssertEquals(response.get("lang").asText(), "foobar");
assertEquals(response.get("lang").asText(), "foobar");
}