Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update flake.lock #147

Merged
merged 2 commits into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions lua/neotest-haskell/internal_types.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---@alias test_run_type "dir"|"file"|"namespace"|"test"

---@class RunContext
---@field file string
---@field pos_id string
---@field type test_run_type
---@field type neotest.PositionType
---@field handler TestFrameworkHandler

---@class TestFrameworkHandler
Expand Down
2 changes: 1 addition & 1 deletion lua/neotest-haskell/results.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function results.mk_result_parser(parse_errors, get_failed_name, get_succeeded_n

---Set the status of the test and maybe its parents.
---@param test_name string The name of the test.
---@param status string The neotest status.
---@param status neotest.ResultStatus The neotest status.
---@param errors neotest.Error[]? The errors in case of failure.
local function set_test_status(test_name, status, errors)
test_name = '"' .. test_name .. '"'
Expand Down
Loading