Browse Source
refactor: test for generated commands
pull/119/head
Jacob McCann
5 years ago
No known key found for this signature in database
GPG Key ID: B5A476DE32B9AE72
1 changed files with
1 additions and
1 deletions
-
plugin_test.go
|
@ -94,7 +94,7 @@ func TestPlugin(t *testing.T) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
for _, tt := range tests { |
|
|
for _, tt := range tests { |
|
|
g.Assert(tfApply(tt.args.config)).Equal(tt.want) |
|
|
g.Assert(tfApply(tt.args.config).Args).Equal(tt.want.Args) |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|