mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
restore old test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user