Fix test compilation error

embed
Manos Pitsidianakis 2019-10-16 14:57:38 +03:00
parent 271cae025b
commit fa3e3791e9
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 1 additions and 1 deletions

View File

@ -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)