Skip to content

Commit

Permalink
tests: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Jan 11, 2024
1 parent 0b74611 commit 1c7a65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/hawtkeys/ts_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("Uninstalled plugins", function()
["lazy"] = {
method = "lazy",
},
["whichkey.register"] = {
["wk.register"] = {
method = "which_key",
},
},
Expand All @@ -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)
Expand Down

0 comments on commit 1c7a65a

Please sign in to comment.