This commit is contained in:
Lucas Nogueira
2024-02-21 13:29:09 -03:00
parent 4709c343bc
commit 569defbe94
51 changed files with 278 additions and 612 deletions
@@ -154,7 +154,7 @@ fn test_hints_to_map() {
// custom value should only be there once if the names are identical
let n1 = crate::Notification::new()
let n1 = super::Notification::new()
.hint(Hint::Custom("foo".into(), "bar1".into()))
.hint(Hint::Custom("foo".into(), "bar2".into()))
.hint(Hint::Custom("f00".into(), "bar3".into()))