chore: fix test

This commit is contained in:
rvcas 2022-12-04 20:53:23 -05:00 committed by Lucas
parent f2c359f9d5
commit 84da69411d
1 changed files with 2 additions and 2 deletions

View File

@ -1313,7 +1313,7 @@ fn record_create_labeled() {
public: false, public: false,
return_annotation: None, return_annotation: None,
return_type: (), return_type: (),
end_position: 66, end_position: 54,
}), }),
) )
} }
@ -1373,7 +1373,7 @@ fn record_create_labeled_with_field_access() {
public: false, public: false,
return_annotation: None, return_annotation: None,
return_type: (), return_type: (),
end_position: 78, end_position: 66,
}), }),
) )
} }