Browse Source

refactor: test for generated commands

pull/119/head
Jacob McCann 5 years ago
parent
commit
622a656a5e
No known key found for this signature in database GPG Key ID: B5A476DE32B9AE72
  1. 2
      plugin_test.go

2
plugin_test.go

@ -94,7 +94,7 @@ func TestPlugin(t *testing.T) {
}
for _, tt := range tests {
g.Assert(tfApply(tt.args.config)).Equal(tt.want)
g.Assert(tfApply(tt.args.config).Args).Equal(tt.want.Args)
}
})
})

Loading…
Cancel
Save