restore old test

This commit is contained in:
FOCONIS\szemenyei
2022-01-12 08:37:46 +01:00
parent 01847e44de
commit 8eed983fbb
3 changed files with 10 additions and 3 deletions
@@ -45,7 +45,6 @@ public class EJsonTests {
File temp = Files.createTempFile("some", ".json").toFile();
try (Writer writer = IOUtils.newWriter(temp)) {
Map<String, Object> map = new LinkedHashMap<>();
map.put("foo", "bar");
EJson.write(map, writer);