testcase change z.run(2, context) to z.run(2)

This commit is contained in:
CloverHearts 2016-11-28 11:29:56 +09:00
parent 2a2c173b86
commit 03a3a2b00c

View file

@ -137,7 +137,7 @@ public class ZeppelinIT extends AbstractZeppelinIT {
* z.run(2, context)
* }
*/
setTextOfParagraph(4, "z.angularWatch(\"myVar\", (before:Object, after:Object, context:org.apache.zeppelin.interpreter.InterpreterContext)=>{ z.run(2, context)})");
setTextOfParagraph(4, "z.angularWatch(\"myVar\", (before:Object, after:Object, context:org.apache.zeppelin.interpreter.InterpreterContext)=>{ z.run(2)})");
runParagraph(4);
waitForParagraph(4, "FINISHED");