Skip to content

Commit

Permalink
fixup! Enable report tests for many widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jul 28, 2016
1 parent 74a8031 commit d1d97d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/canvas/report/tests/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _create_report(self, widgets, rep, data):

def test_report_widgets_classify(self):
rep = OWReport.get_instance()
data = Table("zoo")
data = Table("adult_sample")
widgets = self.clas_widgets

w = self.create_widget(OWClassificationTreeGraph)
Expand Down

0 comments on commit d1d97d3

Please sign in to comment.