aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/runner_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner_spec.lua b/tests/runner_spec.lua
index 016c8a4..f054d9e 100644
--- a/tests/runner_spec.lua
+++ b/tests/runner_spec.lua
@@ -90,7 +90,6 @@ describe("runner", function()
it("resolves arg function", function()
vim.cmd.edit({ args = { "README.md" } })
- local bufnr = vim.api.nvim_get_current_buf()
conform.formatters.test = {
meta = { url = "", description = "" },
command = "echo",