Skip to content

Commit

Permalink
upd tests with timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
kesha-antonov committed Aug 24, 2024
1 parent 8a74714 commit 34dc047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/Bubble.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ exports[`should render <Bubble /> and compare with snapshot 1`] = `
]
}
>
8:20 PM
7:20 PM
</Text>
</View>
</View>
Expand Down
6 changes: 3 additions & 3 deletions src/__tests__/__snapshots__/Message.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ exports[`Message component should render <Message /> and compare with snapshot 1
]
}
>
8:20 PM
7:20 PM
</Text>
</View>
</View>
Expand Down Expand Up @@ -420,7 +420,7 @@ exports[`Message component should render <Message /> with Avatar 1`] = `
]
}
>
8:20 PM
7:20 PM
</Text>
</View>
</View>
Expand Down Expand Up @@ -616,7 +616,7 @@ exports[`Message component should render null if user has no Avatar 1`] = `
]
}
>
8:20 PM
7:20 PM
</Text>
</View>
</View>
Expand Down

0 comments on commit 34dc047

Please sign in to comment.