Remove redundant code
This commit is contained in:
parent
44f208ccad
commit
e1edc45362
@ -25,7 +25,6 @@ func TestWorkflowInit(t *testing.T) {
|
||||
t.Fatalf("Could not create root command: %s", err.Error())
|
||||
}
|
||||
workflowRoot := workflow.NewWorkflowCommand(settings)
|
||||
workflowRoot.AddCommand(workflow.NewWorkflowInitCommand(settings))
|
||||
rootCmd.AddCommand(workflowRoot)
|
||||
|
||||
cmdTests := []WorkflowCmdTest{
|
||||
|
@ -22,7 +22,6 @@ func TestWorkflowList(t *testing.T) {
|
||||
t.Fatalf("Could not create root command: %s", err.Error())
|
||||
}
|
||||
workflowRoot := workflow.NewWorkflowCommand(settings)
|
||||
workflowRoot.AddCommand(workflow.NewWorkflowListCommand(settings))
|
||||
rootCmd.AddCommand(workflowRoot)
|
||||
|
||||
cmdTests := []WorkflowCmdTest{
|
||||
|
Loading…
x
Reference in New Issue
Block a user