chore: fixes after libcosmic update
This commit is contained in:
parent
cdec335ac7
commit
355423a027
4 changed files with 23 additions and 11 deletions
|
|
@ -7580,7 +7580,10 @@ mod tests {
|
|||
// Text editor content may add a trailing newline
|
||||
assert_eq!(content.text().trim_end(), "ab");
|
||||
}
|
||||
_ => panic!("expected Text thumbnail with valid prefix only, got {:?}", thumb),
|
||||
_ => panic!(
|
||||
"expected Text thumbnail with valid prefix only, got {:?}",
|
||||
thumb
|
||||
),
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue