Added var for clear code
This commit is contained in:
parent
001700e14b
commit
3f819487d6
@ -99,7 +99,7 @@ class MvelInvokeServiceTest extends AbstractControllerTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
void whenScriptInvocationResultIsTooBig_thenReturnErrorAndReportScriptExecutionError() throws Exception {
|
void whenScriptInvocationResultIsTooBig_thenReturnErrorAndReportScriptExecutionError() throws Exception {
|
||||||
String script = "s = 'a'; for(int i=0; i<50; i++){ s +='a';} return { s: s};";
|
String script = "var s = 'a'; for(int i=0; i<50; i++){ s +='a';} return { s: s};";
|
||||||
UUID scriptId = evalScript(script);
|
UUID scriptId = evalScript(script);
|
||||||
|
|
||||||
for (int i = 0; i < maxJsErrors; i++) {
|
for (int i = 0; i < maxJsErrors; i++) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user