We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c12d9 commit 6af4522Copy full SHA for 6af4522
api/src/test/java/io/serverlessworkflow/api/test/MarkupToWorkflowTest.java
@@ -232,7 +232,7 @@ public void testFunctionRefs(String workflowLocation) {
232
assertNotNull(action1.getFunctionRef());
233
FunctionRef functionRef1 = action1.getFunctionRef();
234
assertEquals("creditCheckFunction", functionRef1.getRefName());
235
- assertEquals(0, functionRef1.getParameters().size());
+ assertNull(functionRef1.getParameters());
236
237
Action action2 = operationState.getActions().get(1);
238
assertNotNull(action2);
0 commit comments