Skip to content

Commit 9d79b4f

Browse files
committed
fix test method name
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 62b56e8 commit 9d79b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/test/java/io/serverlessworkflow/util/GetStatesTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void testGetStatesByDefaultState(String workflowWithState) {
4545

4646
@ParameterizedTest
4747
@ValueSource(strings = {"/getStates/workflowwithstates.yml"})
48-
public void getStateByName(String workflowWithState) {
48+
public void testGetStateByName(String workflowWithState) {
4949
Workflow workflow = TestUtils.createWorkflowFromTestResource(workflowWithState);
5050

5151
State finalizeApplicationState =

0 commit comments

Comments
 (0)