Skip to content

Commit

Permalink
fix: report is not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Jul 19, 2024
1 parent c341458 commit 1230269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/java-test/ui/floating-report-viewer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local FloatingReportViewer = class(ReportViewer)

---Shows the test results in a floating window
---@param test_results java-test.TestResults[]
function FloatingReportViewer.show(test_results)
function FloatingReportViewer:show(test_results)
---@param results java-test.TestResults[]
local function build_result(results, indentation, prefix)
local ts = StringBuilder()
Expand Down

0 comments on commit 1230269

Please sign in to comment.