Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
address feedback
  • Loading branch information
JordanSussman committed Jun 3, 2022
commit 748739628e86ca3aaee1f032de5b7594e2afd04e
5 changes: 2 additions & 3 deletions compiler/native/substitute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ import (
"flag"
"testing"

"github.com/google/go-cmp/cmp"
"github.com/urfave/cli/v2"

"github.com/go-vela/types/yaml"
"github.com/google/go-cmp/cmp"
)

func Test_client_SubstituteStages(t *testing.T) {
Expand Down Expand Up @@ -233,6 +231,7 @@ func Test_client_SubstituteSteps(t *testing.T) {
},
},
},
wantErr: false,
},
}
for _, tt := range tests {
Expand Down