Skip to content

Commit

Permalink
rename test id for listitem-padview
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Hamilton committed Jun 17, 2020
1 parent 0718b7a commit 9e0ed04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/list/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class PadView extends React.Component {
(child, index) =>
child && [child, index !== length - 1 && <View width={pad} />]
)}
testID="listItemPadView"
testID="padView"
</Container>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/list/__tests__/__snapshots__/ListItem.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exports[`ListItem component should apply values from theme 1`] = `
List Title
</Text>
</View>
testID="listItemPadView"
testID="padView"
</View>
</View>
`;
Expand Down

0 comments on commit 9e0ed04

Please sign in to comment.