Skip to content

Commit 34dc047

Browse files
committed
upd tests with timezone
1 parent 8a74714 commit 34dc047

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/__tests__/__snapshots__/Bubble.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ exports[`should render <Bubble /> and compare with snapshot 1`] = `
135135
]
136136
}
137137
>
138-
8:20 PM
138+
7:20 PM
139139
</Text>
140140
</View>
141141
</View>

src/__tests__/__snapshots__/Message.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ exports[`Message component should render <Message /> and compare with snapshot 1
187187
]
188188
}
189189
>
190-
8:20 PM
190+
7:20 PM
191191
</Text>
192192
</View>
193193
</View>
@@ -420,7 +420,7 @@ exports[`Message component should render <Message /> with Avatar 1`] = `
420420
]
421421
}
422422
>
423-
8:20 PM
423+
7:20 PM
424424
</Text>
425425
</View>
426426
</View>
@@ -616,7 +616,7 @@ exports[`Message component should render null if user has no Avatar 1`] = `
616616
]
617617
}
618618
>
619-
8:20 PM
619+
7:20 PM
620620
</Text>
621621
</View>
622622
</View>

0 commit comments

Comments
 (0)