Skip to content

Commit 324f5aa

Browse files
Update pyrefly/lib/test/lsp/completion.rs
Co-authored-by: Kyle Into <[email protected]>
1 parent 47485e9 commit 324f5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrefly/lib/test/lsp/completion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def nested():
219219
let position = extract_cursors_for_test(code)[0];
220220
let txn = state.transaction();
221221
let labels = dict_field_labels(&txn, handle, position);
222-
assert_eq!(labels, vec!["name".to_string()]);
222+
assert_eq!(labels, vec!["name".to_owned()]);
223223
}
224224

225225
#[test]

0 commit comments

Comments
 (0)