Skip to content

Commit 1783a88

Browse files
committed
Fixed expected test results.
1 parent c742d27 commit 1783a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/restflow/python/TestPythonActor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ public void testGetAugmentedStepScript_WithInputsAndOutput_NoState() throws Exce
276276
"disabledOutputs = ''" + EOL +
277277
"" + EOL +
278278
"# initialize actor input variables" + EOL +
279-
"y=12" + EOL +
280279
"x=3" + EOL +
280+
"y=12" + EOL +
281281
"" + EOL +
282282
"# BEGINNING OF ORIGINAL SCRIPT" + EOL +
283283
"" + EOL +

0 commit comments

Comments
 (0)