Skip to content

Commit 76ed91d

Browse files
committed
fix: use correct version config variable for junit jar check
1 parent 5b92261 commit 76ed91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neotest-java/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ local function NeotestJavaAdapter(config, deps)
9696
return _root_finder.find_root(dir)
9797
end,
9898
build_spec = function(args)
99-
check_junit_jar(config.junit_jar, config.default_version)
99+
check_junit_jar(config.junit_jar, config.default_junit_jar_version.version)
100100

101101
return spec_builder.build_spec(args, config, {
102102
classpath_provider = ClasspathProvider({ client_provider = client_provider }),

0 commit comments

Comments
 (0)