Fix typo
This commit is contained in:
parent
efbfce29bb
commit
85e40b8c45
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user