Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
kesha-antonov committed Aug 29, 2024
1 parent 291503d commit bb54e76
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/__tests__/__snapshots__/MessageContainer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,7 @@ exports[`should render <MessageContainer /> and compare with snapshot 1`] = `
],
}
}
>
<View
collapsable={false}
style={
{
"backgroundColor": "#f0f0f0",
"borderRadius": 15,
"height": 0,
"marginBottom": 0,
"marginLeft": 8,
"transform": [
{
"translateY": 200,
},
],
"width": 45,
}
}
/>
</View>
/>
<View
style={
{
Expand Down

0 comments on commit bb54e76

Please sign in to comment.