Skip to content

Commit

Permalink
fix: typo in tasty module
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsherman committed Apr 5, 2024
1 parent a4e7341 commit 00936e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neotest-haskell/tasty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ end

---@param pos neotest.Tree The position.
---@return string[] test_opts The Stack test options for matching a tasty filter.
function hspec.get_stack_test_opts(pos)
function tasty.get_stack_test_opts(pos)
local pattern = mk_tasty_pattern(pos)
return pattern and {
'--ta',
Expand Down

0 comments on commit 00936e3

Please sign in to comment.