Skip to content

Commit

Permalink
fix: options not returned
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jun 28, 2024
1 parent 13607d0 commit a29fd2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest-golang/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ end
setmetatable(M.Adapter, {
__call = function(_, opts)
M.Adapter.options = options.setup(opts)
return M.Adapter
end,
})

Expand Down

0 comments on commit a29fd2b

Please sign in to comment.