Skip to content

Commit

Permalink
chore: log
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 22, 2024
1 parent 37a0ca2 commit 42b78c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest-golang/process.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42b78c3

Please sign in to comment.