This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
test/components/structures/__snapshots__ Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exports[`RoomStatusBar connectivity lost bar connectivity lost bar has priority
5
5
room = {
6
6
Room {
7
7
" _events" : Object {
8
- " Room.HistoryImportedWithinTimeline " : [Function ],
8
+ " Room.historyImportedWithinTimeline " : [Function ],
9
9
},
10
10
" _eventsCount" : 1 ,
11
11
" _maxListeners" : 100 ,
@@ -381,7 +381,7 @@ exports[`RoomStatusBar connectivity lost bar should show connection lost bar whe
381
381
room = {
382
382
Room {
383
383
" _events" : Object {
384
- " Room.HistoryImportedWithinTimeline " : [Function ],
384
+ " Room.historyImportedWithinTimeline " : [Function ],
385
385
},
386
386
" _eventsCount" : 1 ,
387
387
" _maxListeners" : 100 ,
@@ -757,7 +757,7 @@ exports[`RoomStatusBar does not show anything when no sync error or other status
757
757
room = {
758
758
Room {
759
759
" _events" : Object {
760
- " Room.HistoryImportedWithinTimeline " : [Function ],
760
+ " Room.historyImportedWithinTimeline " : [Function ],
761
761
},
762
762
" _eventsCount" : 1 ,
763
763
" _maxListeners" : 100 ,
@@ -1102,7 +1102,7 @@ exports[`RoomStatusBar timeline needs refresh bar (history import) should refres
1102
1102
room = {
1103
1103
Room {
1104
1104
" _events" : Object {
1105
- " Room.HistoryImportedWithinTimeline " : [Function ],
1105
+ " Room.historyImportedWithinTimeline " : [Function ],
1106
1106
},
1107
1107
" _eventsCount" : 1 ,
1108
1108
" _maxListeners" : 100 ,
@@ -1458,7 +1458,7 @@ exports[`RoomStatusBar timeline needs refresh bar (history import) should show t
1458
1458
room = {
1459
1459
Room {
1460
1460
" _events" : Object {
1461
- " Room.HistoryImportedWithinTimeline " : [Function ],
1461
+ " Room.historyImportedWithinTimeline " : [Function ],
1462
1462
},
1463
1463
" _eventsCount" : 1 ,
1464
1464
" _maxListeners" : 100 ,
You can’t perform that action at this time.
0 commit comments