Skip to content

Commit 3719f9a

Browse files
Cody MikolNickHackman
authored andcommitted
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 codymikol#40
1 parent 98c0ea2 commit 3719f9a

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)