Skip to content

Commit

Permalink
increase code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
XiChenn committed Aug 2, 2022
1 parent 6bf037e commit fdef85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ def test_process_table_component(self):
</div>
<div slot="zoomInfo" slot-scope="props">
<text-input :row="props.row" :initial-value="props.row.zoomInfo" :validations='["required"]' pyb-table-answer="zoomInfo"></text-input>
<text-input :row="props.row" :initial-value="props.row.zoomInfo" :validations='["required"]' pyb-table-answer="zoomInfo"></text-input initial-value="">
</div>
<div slot="moreInfo" slot-scope="props">
Expand Down

0 comments on commit fdef85f

Please sign in to comment.