Skip to content

Commit

Permalink
fix(exp/term): test import path
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jan 17, 2024
1 parent ad1a9af commit 5a960f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/term/term_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
"testing"

"github.com/charmbracelet/x/term"
"github.com/charmbracelet/x/exp/term"
)

func TestIsTerminalTempFile(t *testing.T) {
Expand Down

0 comments on commit 5a960f8

Please sign in to comment.