Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed May 14, 2018
1 parent bfe17dd commit c21fa07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/widgets/test_command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def setUp(self):
def test_open_image(self, *args, **kwargs):
fname = self.get_fig_path('basic_diagram.png')
self.window = start_app(fname, exec_=False, **kwargs)
self.assertIsNotNone(self.window)
self.straditizer_widgets = get_straditizer_widgets(self.window)
self.assertIsNotNone(self.straditizer)
self.assertEqual(self.straditizer.image.filename, fname,
Expand Down

0 comments on commit c21fa07

Please sign in to comment.