From a1fe708048c0177f210deca174ea938aae037e9a Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 20 Dec 2022 13:15:14 -0800 Subject: [PATCH] todos --- pkg/cmd/issue/lock/lock_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/cmd/issue/lock/lock_test.go b/pkg/cmd/issue/lock/lock_test.go index 5a916b29e..5e3bd90b0 100644 --- a/pkg/cmd/issue/lock/lock_test.go +++ b/pkg/cmd/issue/lock/lock_test.go @@ -297,6 +297,8 @@ func Test_runLock(t *testing.T) { // TODO lock with explicit nontty // TODO relock // TODO unlock nontty + + // TODO all of the above but with pull requests } for _, tt := range cases { @@ -313,7 +315,6 @@ func Test_runLock(t *testing.T) { } ios, _, stdout, stderr := iostreams.Test() - // TODO do i need to bother with this ios.SetStdoutTTY(tt.tty) ios.SetStdinTTY(tt.tty) ios.SetStderrTTY(tt.tty)