From 42b78c374f38ce04c1e1e46eae202f1e3fdd40d5 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Mon, 22 Jul 2024 17:30:50 +0200 Subject: [PATCH] chore: log --- lua/neotest-golang/process.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/neotest-golang/process.lua b/lua/neotest-golang/process.lua index 6d18bc6a..cedd29c9 100644 --- a/lua/neotest-golang/process.lua +++ b/lua/neotest-golang/process.lua @@ -244,6 +244,7 @@ function M.decorate_with_go_package_and_test_name( if match ~= nil then test_data.gotest_data.pkg = gotestline.Package test_data.gotest_data.name = gotestline.Test + logger.debug("MATCH") break end end