Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
Signed-off-by: DenChenn <[email protected]>
  • Loading branch information
DenChenn committed Oct 23, 2024
1 parent 734768d commit 306bc12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ func TestWorkflowNodeSpec_GetLaunchPlanRefID(t *testing.T) {
}

func TestWorkflowNodeSpec_GetSubWorkflowRef(t *testing.T) {
workflowId := "TestWorkflowID"
workflowID := "TestWorkflowID"
wfNodeSpec := &WorkflowNodeSpec{
SubWorkflowReference: &workflowId,
SubWorkflowReference: &workflowID,
}

nilWfNodeSpec := &WorkflowNodeSpec{}
Expand Down

0 comments on commit 306bc12

Please sign in to comment.