Skip to content

Commit 7ba9c45

Browse files
authored
Fix test report buffer update. (#343)
Test report buffer not being updated when test results changed caused by typo in buffer name.
1 parent b66a075 commit 7ba9c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-jt.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
(gethash test-id lsp-jt-results)
618618
:traces))
619619
:icon none)))))))))
620-
"Java Test Results" nil "*Java Tests Resuls*"))
620+
"Java Test Results" nil "*Java Tests Results*"))
621621
(defun lsp-jt--report-buffer-hook ()
622622
(remove-hook 'lsp-jt-status-updated-hook #'lsp-jt--update-report))
623623

0 commit comments

Comments
 (0)