Skip to content

Commit

Permalink
silence pre-commit offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso committed Oct 26, 2023
1 parent da6b94a commit 09b7c20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func TestSkipPromptsWithinAPty(t *testing.T) {

cmd := exec.Command("go", "run", ".", "run", "skip-prompts-sample")
ptmx, err := pty.StartWithAttrs(cmd, &pty.Winsize{Rows: 25, Cols: 80}, &syscall.SysProcAttr{})

if err != nil {
t.Fatalf("Could not start command with pty: %s", err)
}
Expand Down

0 comments on commit 09b7c20

Please sign in to comment.