Skip to content

Commit ad1d7c0

Browse files
committed
Fix tests!
1 parent 4f1201a commit ad1d7c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cli/delete_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ func TestDelete(t *testing.T) {
5959
pty := ptytest.New(t)
6060
cmd.SetIn(pty.Input())
6161
cmd.SetOut(pty.Output())
62+
cmd.SetErr(pty.Output())
6263
go func() {
6364
defer close(doneChan)
6465
err := cmd.Execute()

provisionersdk/proto/provisioner.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)