Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 committed Sep 19, 2023
1 parent c0b5dbe commit c37b34c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test/linter/clang-tidy_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe('clang-tidy', function()
[[ return 0;]],
[[}]],
})
vim.print(diagnostics)
assert.are.same({
{
bufnr = 3,
Expand Down
1 change: 1 addition & 0 deletions test/linter/helper.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local M = {}
local api = vim.api
require('guard.lint')
M.namespace = api.nvim_get_namespaces().Guard

function M.test_with(ft, input)
Expand Down

0 comments on commit c37b34c

Please sign in to comment.