From 00936e3f80c33f5a46c599f507511988f36d8f07 Mon Sep 17 00:00:00 2001 From: Brad Sherman Date: Fri, 5 Apr 2024 16:01:48 -0500 Subject: [PATCH] fix: typo in tasty module --- lua/neotest-haskell/tasty.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neotest-haskell/tasty.lua b/lua/neotest-haskell/tasty.lua index bcf589b..d43d325 100644 --- a/lua/neotest-haskell/tasty.lua +++ b/lua/neotest-haskell/tasty.lua @@ -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',