Skip to content

Commit 4f8181b

Browse files
committed
Fix linting issues in protocol_test.go
1 parent 3eadcb3 commit 4f8181b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/runner/protocol_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ func TestTemplateDataWithLocalPath(t *testing.T) {
239239
func TestBuildFromProtocolSchemeWithNameDryRun(t *testing.T) {
240240
t.Parallel()
241241
tests := []struct {
242-
name string
243-
serverOrImage string
244-
buildArgs []string
245-
wantContains []string
246-
wantErr bool
242+
name string
243+
serverOrImage string
244+
buildArgs []string
245+
wantContains []string
246+
wantErr bool
247247
}{
248248
{
249249
name: "NPX with buildArgs in dry-run",

0 commit comments

Comments
 (0)