Skip to content

Commit e43cfcb

Browse files
author
Cody Mikol
committed
fix(init): fix typo
this allows the plugin to work upon opening the first time and will probably solve some other issues. happy 4th of july, I'm going to buy a grill and make some wings Fixes #40
1 parent f30581a commit e43cfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neotest-kotlin/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ end
2727
---@param root string Root directory of project
2828
---@return boolean
2929
function M.Adapter.filter_dir(name, rel_path, root)
30-
return filter.test_directory(name)
30+
return filter.is_test_directory(name)
3131
end
3232

3333
---@async

0 commit comments

Comments
 (0)