Skip to content

Commit

Permalink
Make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
theclapp committed Apr 5, 2024
1 parent 164ea9c commit bf40468
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import (
"bytes"
"fmt"
"io"
"os"
"testing"
)

// openCloses opens a pty/tty pair and stages the closing as part of the cleanup.
func openClose(t *testing.T) (pty, tty *os.File) {
// openClose opens a pty/tty pair and stages the closing as part of the cleanup.
func openClose(t *testing.T) (Pty, Tty) {
t.Helper()

pty, tty, err := Open()
Expand Down

0 comments on commit bf40468

Please sign in to comment.