Skip to content

Commit 7f2b011

Browse files
committed
updating tests
1 parent 304ad7f commit 7f2b011

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/MessageInput/__tests__/__snapshots__/MessageInput.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`MessageInput should render MessageInput 1`] = `
44
<View
5-
keyboardVerticalOffset={66.5}
5+
keyboardVerticalOffset={86.5}
66
onLayout={[Function]}
77
style={
88
Object {

src/components/MessageList/__tests__/__snapshots__/MessageList.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`MessageList should render the message list and match snapshot 1`] = `
44
<View
5-
keyboardVerticalOffset={66.5}
5+
keyboardVerticalOffset={86.5}
66
onLayout={[Function]}
77
style={
88
Object {

src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`Thread should match thread snapshot 1`] = `
44
<View
5-
keyboardVerticalOffset={66.5}
5+
keyboardVerticalOffset={86.5}
66
onLayout={[Function]}
77
style={
88
Object {

0 commit comments

Comments
 (0)