File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
crates/matrix-sdk-ui/src/timeline/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ async fn test_retry_message_decryption_highlighted() {
674674
675675#[ async_test]
676676async fn test_utd_cause_for_nonmember_event_is_found ( ) {
677- // Given a timline
677+ // Given a timeline
678678 let timeline = TestTimeline :: new ( ) ;
679679 let mut stream = timeline. subscribe ( ) . await ;
680680
@@ -695,7 +695,7 @@ async fn test_utd_cause_for_nonmember_event_is_found() {
695695
696696#[ async_test]
697697async fn test_utd_cause_for_nonmember_event_is_found_unstable_prefix ( ) {
698- // Given a timline
698+ // Given a timeline
699699 let timeline = TestTimeline :: new ( ) ;
700700 let mut stream = timeline. subscribe ( ) . await ;
701701
@@ -720,7 +720,7 @@ async fn test_utd_cause_for_nonmember_event_is_found_unstable_prefix() {
720720
721721#[ async_test]
722722async fn test_utd_cause_for_member_event_is_unknown ( ) {
723- // Given a timline
723+ // Given a timeline
724724 let timeline = TestTimeline :: new ( ) ;
725725 let mut stream = timeline. subscribe ( ) . await ;
726726
@@ -741,7 +741,7 @@ async fn test_utd_cause_for_member_event_is_unknown() {
741741
742742#[ async_test]
743743async fn test_utd_cause_for_missing_membership_is_unknown ( ) {
744- // Given a timline
744+ // Given a timeline
745745 let timeline = TestTimeline :: new ( ) ;
746746 let mut stream = timeline. subscribe ( ) . await ;
747747
You can’t perform that action at this time.
0 commit comments