Skip to content

Commit 3db02da

Browse files
committed
chore: remove unwanted code
1 parent ad5d370 commit 3db02da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/specs/lsp_spec.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
local lsp_utils = dofile('tests/utils/lsp-utils.lua')
2-
local system = require('java-core.utils.system')
32
local assert = require('luassert')
43

54
describe('LSP Attach', function()
65
it('should attach when opening a Java buffer', function()
7-
if system.get_os() == 'mac' then
8-
vim.print(vim.fn.readfile('/Users/runner/.local/state/nvim/lsp.log'))
9-
end
10-
116
vim.cmd.edit('HelloWorld.java')
127

138
local jdtls = lsp_utils.wait_for_lsp_attach('jdtls', 30000)

0 commit comments

Comments
 (0)