Skip to content

Commit 3e92719

Browse files
committed
fix solution building
1 parent 93855a9 commit 3e92719

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lua/neotest-vstest/init.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ local function create_adapter(config)
8181
end)
8282
end)
8383
end
84+
end
8485

85-
if solution_dir_future.wait() and solution then
86-
logger.info(string.format("neotest-vstest: found solution file %s", solution))
87-
dotnet_utils.build_path(solution)
88-
dotnet_utils.get_solution_info(solution)
89-
return solution_dir
90-
end
86+
if solution_dir_future.wait() and solution then
87+
logger.info(string.format("neotest-vstest: found solution file %s", solution))
88+
dotnet_utils.build_path(solution)
89+
dotnet_utils.get_solution_info(solution)
90+
return solution_dir
9191
end
9292
end
9393

0 commit comments

Comments
 (0)