Skip to content

Commit

Permalink
test: 修改 react-native-phone-number-input 测试demo (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljje-lze authored Oct 28, 2024
1 parent e9e678c commit f323fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-phone-number-input/PNIPropsDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ export const PNIPropsDemo = () => {
<TestSuite name="filterProps(国家选择器入参筛选)">
<TestCase
tags={['C_API']}
itShould="filterProps={{placeholder: 'Enter ',color:'red'}}">
itShould="filterProps={{placeholder: 'Enter '}}">
<PhoneInput filterProps={{placeholder: 'Enter'}} />
</TestCase>
</TestSuite>
Expand Down

0 comments on commit f323fd8

Please sign in to comment.