From 1c7a65a977131a77faba513ee38358e9bb96e87b Mon Sep 17 00:00:00 2001 From: tris203 Date: Thu, 11 Jan 2024 23:46:08 +0000 Subject: [PATCH] tests: fix tests --- tests/hawtkeys/ts_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hawtkeys/ts_spec.lua b/tests/hawtkeys/ts_spec.lua index 683aeeb..7b819b9 100644 --- a/tests/hawtkeys/ts_spec.lua +++ b/tests/hawtkeys/ts_spec.lua @@ -33,7 +33,7 @@ describe("Uninstalled plugins", function() ["lazy"] = { method = "lazy", }, - ["whichkey.register"] = { + ["wk.register"] = { method = "which_key", }, }, @@ -45,7 +45,7 @@ describe("Uninstalled plugins", function() return require("which-key") end) local keymapWhichKey = ts.find_maps_in_file( - "tests/hawtkeys/example_configs/which-key.register_keymap.lua" + "tests/hawtkeys/example_configs/which-key.register_keymap_method1.lua" ) local messages = vim.api.nvim_exec2("messages", { output = true }) eq(false, ok)