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 f98ff62 commit b61fa92Copy full SHA for b61fa92
api/src/test/java/io/serverlessworkflow/api/FeaturesTest.java
@@ -44,7 +44,7 @@ public class FeaturesTest {
44
"features/switch.yaml",
45
"features/try.yaml"
46
})
47
- public void testSpecExamplesParsing(String workflowLocation) throws IOException {
+ public void testSpecFeaturesParsing(String workflowLocation) throws IOException {
48
Workflow workflow = readWorkflowFromClasspath(workflowLocation);
49
assertWorkflow(workflow);
50
assertWorkflow(writeAndReadInMemory(workflow));
0 commit comments