Skip to content

Commit

Permalink
Simplify a test
Browse files Browse the repository at this point in the history
  • Loading branch information
necto committed Jul 29, 2024
1 parent 6779a0d commit 3645d99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/lsp-sonarlint-integration-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ If nil, use python-mode by default."
"Check that LSP mode detects the absence of the SonarLint plugin."
(let ((lsp-sonarlint-download-dir (lsp-sonarlint--sample-file ""))
(lsp-sonarlint-use-system-jre t)
(filename (lsp-sonarlint--sample-file "sample.py"))
(exec-path (cons (lsp-sonarlint--sample-file "mock-java-bin/")
exec-path)))
(filename (lsp-sonarlint--sample-file "sample.py")))
(should (null (lsp-sonarlint--any-alive-workspaces-p)))
(let ((lsp-enabled-clients '(sonarlint))
(lsp-keep-workspace-alive nil)
Expand Down

0 comments on commit 3645d99

Please sign in to comment.