You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let filename = app.filename_from_participants(&people);
715
-
assert_eq!(filename,"Person With An Extremely and Excessively Long Name 10, Person With An Extremely and Excessively Long Name 11, Person With An Extremely and Excessively Long Name 12, Person With An Extremely and Excessively Long Name 13, and 4 others".to_string());
723
+
assert_eq!(filename,"Person With An Extremely and Excessively Long Name 10, Person With An Extremely and Excessively Long Name 11, Person With An Extremely and Excessively Long Name 12, Person With An Extremely and Excessively Long Name , and 4 others".to_string());
716
724
assert!(filename.len() <= MAX_LENGTH);
717
725
}
718
726
@@ -731,7 +739,7 @@ mod filename_tests {
731
739
732
740
// Get filename
733
741
let filename = app.filename_from_participants(&people);
734
-
assert_eq!(filename,"He slipped his key into the lock, and we all very quietly entered the cell. The sleeper half turned, and then settled down once more into a deep slumber. Holmes stooped to the water-jug, moistened his sponge, and then rubbed it twice v".to_string());
742
+
assert_eq!(filename,"He slipped his key into the lock, and we all very quietly entered the cell. The sleeper half turned, and then settled down once more into a deep slumber. Holmes stooped to the water-jug, moistened his sponge, and then rubbed it tw".to_string());
735
743
assert!(filename.len() <= MAX_LENGTH);
736
744
}
737
745
@@ -748,7 +756,7 @@ mod filename_tests {
748
756
let filename = app.filename(&chat);
749
757
assert_eq!(
750
758
filename,
751
-
"Life is infinitely stranger than anything which the mind of man could invent. We would not dare to conceive the things which are really mere commonplaces of existence. If we could fly out of that window hand in hand, hover over this gr - 0.html"
759
+
"Life is infinitely stranger than anything which the mind of man could invent. We would not dare to conceive the things which are really mere commonplaces of existence. If we could fly out of that window hand in hand, hover over th - 0.html"
0 commit comments