fix InterpreterOutput of PySparkInterpreterTest case

This commit is contained in:
astroshim 2016-11-05 22:41:58 +09:00
parent b55aceb8af
commit 99621818ae

View file

@ -98,7 +98,7 @@ public class PySparkInterpreterTest {
pySparkInterpreter.open();
}
context = new InterpreterContext("note", "id", "title", "text",
context = new InterpreterContext("note", "id", null, "title", "text",
new AuthenticationInfo(),
new HashMap<String, Object>(),
new GUI(),