Skip to content

Commit

Permalink
chore: delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Jul 23, 2024
1 parent fc0f5d9 commit 0a9d0d1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,10 @@ import (

testworkflowsv1 "github.com/kubeshop/testkube-operator/api/testworkflows/v1"
"github.com/kubeshop/testkube/internal/common"
"github.com/kubeshop/testkube/pkg/expressions"
"github.com/kubeshop/testkube/pkg/testworkflows/testworkflowprocessor/action/actiontypes"
"github.com/kubeshop/testkube/pkg/testworkflows/testworkflowprocessor/stage"
)

func simplify(condition string) string {
c, err := expressions.MustCompile(condition).Resolve()
if err != nil {
panic(err)
}
return c.String()
}

func TestProcess_BasicSteps(t *testing.T) {
// Build the structure
root := stage.NewGroupStage("init", false)
Expand Down

0 comments on commit 0a9d0d1

Please sign in to comment.