Skip to content

Commit 18f9d5b

Browse files
ready2
1 parent eebce70 commit 18f9d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgls_workspace/src/workspace/server.tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ select * from auth.users;
845845
workspace
846846
.open_file(OpenFileParams {
847847
path: path.clone(),
848-
content: sanitized_content.into(),
848+
content: sanitized_content,
849849
version: 1,
850850
})
851851
.expect("Unable to open test file");

0 commit comments

Comments
 (0)