Skip to content

Commit 6af4522

Browse files
author
Tihomir Surdilovic
committed
fix test
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 76c12d9 commit 6af4522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/test/java/io/serverlessworkflow/api/test/MarkupToWorkflowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public void testFunctionRefs(String workflowLocation) {
232232
assertNotNull(action1.getFunctionRef());
233233
FunctionRef functionRef1 = action1.getFunctionRef();
234234
assertEquals("creditCheckFunction", functionRef1.getRefName());
235-
assertEquals(0, functionRef1.getParameters().size());
235+
assertNull(functionRef1.getParameters());
236236

237237
Action action2 = operationState.getActions().get(1);
238238
assertNotNull(action2);

0 commit comments

Comments
 (0)