Fix test compilation error

memfd
Manos Pitsidianakis 5 years ago
parent 271cae025b
commit fa3e3791e9
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -118,7 +118,7 @@ mod tests {
fn test_escape_str() {
let title: &str = "& > Title τίτλος";
let body: &str = "& > Body σώμα";
notify_Notification::new()
notify_rust::Notification::new()
.appname("meli")
.icon("mail-message-new")
.summary(title)

Loading…
Cancel
Save