Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed May 7, 2020
1 parent cd4bd31 commit 9caafcf
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions app/components/UI/AssetSearch/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@ exports[`AssetSearch should render correctly 1`] = `
placeholderTextColor="#d6d9dc"
rejectResponderTermination={true}
style={
Object {
"flex": 1,
"fontFamily": "CircularStd-Medium",
"fontWeight": "400",
}
Array [
Object {
"fontFamily": "CircularStd-Medium",
"fontWeight": "400",
},
Object {
"width": "85%",
},
]
}
testID="input-search-asset"
underlineColorAndroid="transparent"
Expand Down

0 comments on commit 9caafcf

Please sign in to comment.