Skip to content

Commit 9caafcf

Browse files
committed
Update test
1 parent cd4bd31 commit 9caafcf

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

app/components/UI/AssetSearch/__snapshots__/index.test.js.snap

+9-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,15 @@ exports[`AssetSearch should render correctly 1`] = `
3434
placeholderTextColor="#d6d9dc"
3535
rejectResponderTermination={true}
3636
style={
37-
Object {
38-
"flex": 1,
39-
"fontFamily": "CircularStd-Medium",
40-
"fontWeight": "400",
41-
}
37+
Array [
38+
Object {
39+
"fontFamily": "CircularStd-Medium",
40+
"fontWeight": "400",
41+
},
42+
Object {
43+
"width": "85%",
44+
},
45+
]
4246
}
4347
testID="input-search-asset"
4448
underlineColorAndroid="transparent"

0 commit comments

Comments
 (0)