summaryrefslogtreecommitdiff
path: root/internal/tmuxedit/history_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tmuxedit/history_test.go')
-rw-r--r--internal/tmuxedit/history_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tmuxedit/history_test.go b/internal/tmuxedit/history_test.go
index 8a3d8af..6d369fe 100644
--- a/internal/tmuxedit/history_test.go
+++ b/internal/tmuxedit/history_test.go
@@ -22,7 +22,7 @@ func TestAppendHistory(t *testing.T) {
}
// Verify file was created
- historyPath := filepath.Join(tmpDir, "hexai", "tmux-edit-history.jsonl")
+ historyPath := filepath.Join(tmpDir, "state", "tmux-edit-history.jsonl")
if _, err := os.Stat(historyPath); err != nil {
t.Fatalf("history file not created: %v", err)
}