fix for CI, missing change signature

This commit is contained in:
Prabhjyot Singh 2016-02-09 14:30:40 +05:30
parent d928203cf6
commit 320790cf45

View file

@ -62,7 +62,7 @@ public class ScaldingInterpreterTest {
}
InterpreterGroup intpGroup = new InterpreterGroup();
context = new InterpreterContext("note", "id", "title", "text",
context = new InterpreterContext("note", "id", "title", "text", null,
new HashMap<String, Object>(), new GUI(), new AngularObjectRegistry(
intpGroup.getId(), null), null,
new LinkedList<InterpreterContextRunner>(), null);