Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Sep 28, 2023
1 parent bdc6298 commit 4f15d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/logger_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("logger", function()
vim.api.nvim_command("cd " .. cwd)
end)

local logger = require("lsp-progress.log")
local logger = require("lsp-progress.logger")
logger.setup({
level = "DEBUG",
console_log = true,
Expand Down

0 comments on commit 4f15d61

Please sign in to comment.