fix ScioInterpreterTestCase

This commit is contained in:
astroshim 2016-11-15 21:55:35 +09:00
parent 4387a5b8c7
commit 872fb49e97

View file

@ -40,7 +40,7 @@ public class ScioInterpreterTest {
private final String newline = "\n";
private InterpreterContext getNewContext() {
return new InterpreterContext("note", "id", "title", "text",
return new InterpreterContext("note", "id", null, "title", "text",
new AuthenticationInfo(),
new HashMap<String, Object>(),
new GUI(),