diff --git a/internal/tui/components/chat/editor/editor_test.go b/internal/tui/components/chat/editor/editor_test.go index f085a1e06b7ce866c380438cdeefdf192417eabf..0a51cc4deca92942af8e0b8df4a02602ba6b63da 100644 --- a/internal/tui/components/chat/editor/editor_test.go +++ b/internal/tui/components/chat/editor/editor_test.go @@ -1,6 +1,8 @@ package editor import ( + "os" + "path/filepath" "testing" "testing/fstest" @@ -12,8 +14,6 @@ import ( "github.com/charmbracelet/crush/internal/tui/components/dialogs/filepicker" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "os" - "path/filepath" ) // executeBatchCommands executes all commands in a BatchMsg and returns the resulting messages