We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b667b4 commit a2a4747Copy full SHA for a2a4747
tests/test_client.lua
@@ -47,7 +47,7 @@ T["client()"]["status info"] = function()
47
return messages
48
]])
49
50
- u.expect_match(messages, ".*Online.*not yet requested.*")
+ u.expect_match(messages, ".*Online.*attached.*")
51
end
52
53
T["client()"]["suggestions work when multiple files open with should_attach logic"] = function()
0 commit comments