Skip to content

Commit

Permalink
fix stringify test
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalball808 committed Apr 20, 2024
1 parent 6813e0a commit d857b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/notification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ mod tests {
];

let output = super::stringify_notifications(notifications);
assert_eq!(output, "Sit Straight;10\nDrink some water;25")
assert_eq!(output, "Sit Straight;10\nDrink some water;25\n")
}
}

0 comments on commit d857b4e

Please sign in to comment.