Skip to content

Commit b8ecc83

Browse files
authored
1 parent 6491932 commit b8ecc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ty_server/tests/e2e/code_actions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ ab: "foobar"
330330
.build()
331331
.wait_until_workspaces_are_initialized();
332332

333-
server.open_text_document(foo, &foo_content, 1);
333+
server.open_text_document(foo, foo_content, 1);
334334

335335
// Wait for diagnostics to be computed.
336336
let diagnostics = server.document_diagnostic_request(foo, None);

0 commit comments

Comments
 (0)