From da326d0438ac68dee9b6b62a734be940a8bd8405 Mon Sep 17 00:00:00 2001 From: theprimeagen Date: Thu, 4 Apr 2024 11:00:16 -0600 Subject: [PATCH] fix: other-file kept being created --- lua/harpoon/test/harpoon_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/harpoon/test/harpoon_spec.lua b/lua/harpoon/test/harpoon_spec.lua index 1d9398c..2dca4c0 100644 --- a/lua/harpoon/test/harpoon_spec.lua +++ b/lua/harpoon/test/harpoon_spec.lua @@ -75,7 +75,7 @@ describe("harpoon", function() harpoon:setup() harpoon:list():add() - local other_buf = utils.create_file("other-file", { + local other_buf = utils.create_file("/tmp/other-file", { "foo", "bar", "baz",