Skip to content

Commit

Permalink
fixed type check
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Feb 6, 2020
1 parent f310132 commit 73bc017
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe('threshold expression', () => {
const wrapper = shallow(
<ThresholdExpression
thresholdComparator={'between'}
defaultThresholdComparator={'between'}
errors={{ threshold0: [] }}
onChangeSelectedThreshold={onChangeSelectedThreshold}
onChangeSelectedThresholdComparator={onChangeSelectedThresholdComparator}
Expand Down Expand Up @@ -60,7 +59,6 @@ describe('threshold expression', () => {
const wrapper = shallow(
<ThresholdExpression
thresholdComparator={'between'}
defaultThresholdComparator={'between'}
errors={{ threshold0: [] }}
onChangeSelectedThreshold={onChangeSelectedThreshold}
onChangeSelectedThresholdComparator={onChangeSelectedThresholdComparator}
Expand Down

0 comments on commit 73bc017

Please sign in to comment.