Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f571107

Browse files
committed
Fix snapshots with using string value case
1 parent cef6d3c commit f571107

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/components/structures/__snapshots__/RoomStatusBar-test.tsx.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`RoomStatusBar connectivity lost bar connectivity lost bar has priority
55
room={
66
Room {
77
"_events": Object {
8-
"Room.HistoryImportedWithinTimeline": [Function],
8+
"Room.historyImportedWithinTimeline": [Function],
99
},
1010
"_eventsCount": 1,
1111
"_maxListeners": 100,
@@ -381,7 +381,7 @@ exports[`RoomStatusBar connectivity lost bar should show connection lost bar whe
381381
room={
382382
Room {
383383
"_events": Object {
384-
"Room.HistoryImportedWithinTimeline": [Function],
384+
"Room.historyImportedWithinTimeline": [Function],
385385
},
386386
"_eventsCount": 1,
387387
"_maxListeners": 100,
@@ -757,7 +757,7 @@ exports[`RoomStatusBar does not show anything when no sync error or other status
757757
room={
758758
Room {
759759
"_events": Object {
760-
"Room.HistoryImportedWithinTimeline": [Function],
760+
"Room.historyImportedWithinTimeline": [Function],
761761
},
762762
"_eventsCount": 1,
763763
"_maxListeners": 100,
@@ -1102,7 +1102,7 @@ exports[`RoomStatusBar timeline needs refresh bar (history import) should refres
11021102
room={
11031103
Room {
11041104
"_events": Object {
1105-
"Room.HistoryImportedWithinTimeline": [Function],
1105+
"Room.historyImportedWithinTimeline": [Function],
11061106
},
11071107
"_eventsCount": 1,
11081108
"_maxListeners": 100,
@@ -1458,7 +1458,7 @@ exports[`RoomStatusBar timeline needs refresh bar (history import) should show t
14581458
room={
14591459
Room {
14601460
"_events": Object {
1461-
"Room.HistoryImportedWithinTimeline": [Function],
1461+
"Room.historyImportedWithinTimeline": [Function],
14621462
},
14631463
"_eventsCount": 1,
14641464
"_maxListeners": 100,

0 commit comments

Comments
 (0)