fix(ci): selene lint

This commit is contained in:
Barrett Ruth 2025-09-23 12:25:53 -04:00
parent 62eab3df2d
commit 8df8c16a72
4 changed files with 4 additions and 6 deletions

View file

@ -86,7 +86,7 @@ end
---@param input_file string
---@param expected_file string
---@return TestCase[]
local function parse_test_cases_from_files(input_file, expected_file)
local function parse_test_cases_from_files(input_file, _)
local base_name = vim.fn.fnamemodify(input_file, ':r')
local test_cases = {}