Skip to content

Commit e2bcba5

Browse files
committed
Update one test so it tests additional case
1 parent 9887ca8 commit e2bcba5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/lib/rules/default-props-match-prop-types.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,6 @@ ruleTester.run('default-props-match-prop-types', rule, {
692692
props: Props;
693693
static defaultProps = {
694694
foo: "foo",
695-
bar: "bar",
696695
}
697696
698697
render() {

0 commit comments

Comments
 (0)