Skip to content

Commit 1230269

Browse files
committed
fix: report is not showing up
1 parent c341458 commit 1230269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/java-test/ui/floating-report-viewer.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local FloatingReportViewer = class(ReportViewer)
1111

1212
---Shows the test results in a floating window
1313
---@param test_results java-test.TestResults[]
14-
function FloatingReportViewer.show(test_results)
14+
function FloatingReportViewer:show(test_results)
1515
---@param results java-test.TestResults[]
1616
local function build_result(results, indentation, prefix)
1717
local ts = StringBuilder()

0 commit comments

Comments
 (0)