Skip to content

Commit a2a4747

Browse files
committed
test: fix test due to attach process change
1 parent 1b667b4 commit a2a4747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ T["client()"]["status info"] = function()
4747
return messages
4848
]])
4949

50-
u.expect_match(messages, ".*Online.*not yet requested.*")
50+
u.expect_match(messages, ".*Online.*attached.*")
5151
end
5252

5353
T["client()"]["suggestions work when multiple files open with should_attach logic"] = function()

0 commit comments

Comments
 (0)