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

Commit

Permalink
Fix snapshots with using string value case
Browse files Browse the repository at this point in the history
  • Loading branch information
MadLittleMods committed Apr 20, 2022
1 parent cef6d3c commit f571107
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`RoomStatusBar connectivity lost bar connectivity lost bar has priority
room={
Room {
"_events": Object {
"Room.HistoryImportedWithinTimeline": [Function],
"Room.historyImportedWithinTimeline": [Function],
},
"_eventsCount": 1,
"_maxListeners": 100,
Expand Down Expand Up @@ -381,7 +381,7 @@ exports[`RoomStatusBar connectivity lost bar should show connection lost bar whe
room={
Room {
"_events": Object {
"Room.HistoryImportedWithinTimeline": [Function],
"Room.historyImportedWithinTimeline": [Function],
},
"_eventsCount": 1,
"_maxListeners": 100,
Expand Down Expand Up @@ -757,7 +757,7 @@ exports[`RoomStatusBar does not show anything when no sync error or other status
room={
Room {
"_events": Object {
"Room.HistoryImportedWithinTimeline": [Function],
"Room.historyImportedWithinTimeline": [Function],
},
"_eventsCount": 1,
"_maxListeners": 100,
Expand Down Expand Up @@ -1102,7 +1102,7 @@ exports[`RoomStatusBar timeline needs refresh bar (history import) should refres
room={
Room {
"_events": Object {
"Room.HistoryImportedWithinTimeline": [Function],
"Room.historyImportedWithinTimeline": [Function],
},
"_eventsCount": 1,
"_maxListeners": 100,
Expand Down Expand Up @@ -1458,7 +1458,7 @@ exports[`RoomStatusBar timeline needs refresh bar (history import) should show t
room={
Room {
"_events": Object {
"Room.HistoryImportedWithinTimeline": [Function],
"Room.historyImportedWithinTimeline": [Function],
},
"_eventsCount": 1,
"_maxListeners": 100,
Expand Down

0 comments on commit f571107

Please sign in to comment.