We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c341458 commit 1230269Copy full SHA for 1230269
lua/java-test/ui/floating-report-viewer.lua
@@ -11,7 +11,7 @@ local FloatingReportViewer = class(ReportViewer)
11
12
---Shows the test results in a floating window
13
---@param test_results java-test.TestResults[]
14
-function FloatingReportViewer.show(test_results)
+function FloatingReportViewer:show(test_results)
15
---@param results java-test.TestResults[]
16
local function build_result(results, indentation, prefix)
17
local ts = StringBuilder()
0 commit comments