Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejaKovacic committed Nov 16, 2018
1 parent 81a2b1e commit 4bf9f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Orange/widgets/data/owfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class Error(widget.OWWidget.Error):

class NoFileSelected:
pass

def __init__(self):
super().__init__()
RecentPathsWComboMixin.__init__(self)
Expand Down
2 changes: 1 addition & 1 deletion Orange/widgets/data/tests/test_owfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_file_not_found(self):
self.open_dataset("iris")
self.assertFalse(self.widget.Error.file_not_found.is_shown())

def test_nothing_selected(self):
def test_nothing_selected(self):
widget = self.widget = \
self.create_widget(OWFile, stored_settings={"recent_paths": []})

Expand Down

0 comments on commit 4bf9f26

Please sign in to comment.