mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Fix up test_lkayout_with_placeholder_text_and_blocks (uncomment last standing assert)
This commit is contained in:
parent
590238bcca
commit
dffe323e73
@ -3503,15 +3503,14 @@ mod tests {
|
||||
let size = state.position_map.size;
|
||||
|
||||
assert_eq!(state.position_map.line_layouts.len(), 4);
|
||||
// todo!() uncomment this assert
|
||||
// assert_eq!(
|
||||
// state
|
||||
// .line_number_layouts
|
||||
// .iter()
|
||||
// .map(Option::is_some)
|
||||
// .collect::<Vec<_>>(),
|
||||
// &[false, false, false, true]
|
||||
// );
|
||||
assert_eq!(
|
||||
state
|
||||
.line_numbers
|
||||
.iter()
|
||||
.map(Option::is_some)
|
||||
.collect::<Vec<_>>(),
|
||||
&[false, false, false, true]
|
||||
);
|
||||
|
||||
// Don't panic.
|
||||
let bounds = Bounds::<Pixels>::new(Default::default(), size);
|
||||
|
Loading…
Reference in New Issue
Block a user