mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
testcase change z.run(2, context) to z.run(2)
This commit is contained in:
parent
2a2c173b86
commit
03a3a2b00c
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue