Skip to content

Commit b61fa92

Browse files
Update api/src/test/java/io/serverlessworkflow/api/FeaturesTest.java
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent f98ff62 commit b61fa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class FeaturesTest {
4444
"features/switch.yaml",
4545
"features/try.yaml"
4646
})
47-
public void testSpecExamplesParsing(String workflowLocation) throws IOException {
47+
public void testSpecFeaturesParsing(String workflowLocation) throws IOException {
4848
Workflow workflow = readWorkflowFromClasspath(workflowLocation);
4949
assertWorkflow(workflow);
5050
assertWorkflow(writeAndReadInMemory(workflow));

0 commit comments

Comments
 (0)