Skip to content

Commit a9a6a3c

Browse files
Update pyrefly/lib/test/lsp/completion.rs
Co-authored-by: Kyle Into <[email protected]>
1 parent 59bfd5d commit a9a6a3c

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
@@ -235,7 +235,7 @@ def nested():
235235
let position = extract_cursors_for_test(code)[0];
236236
let txn = state.transaction();
237237
let labels = dict_field_labels(&txn, handle, position);
238-
assert_eq!(labels, vec!["user".to_string()]);
238+
assert_eq!(labels, vec!["user".to_owned()]);
239239
}
240240

241241
#[test]

0 commit comments

Comments
 (0)