Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Dec 13, 2018
1 parent 1f7e3a5 commit 94788f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/widgets/_base_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def set_data_lims(self, xlim=None, ylim=None):
self.straditizer_widgets.digitizer.btn_select_data.isEnabled())
QTest.mouseClick(self.straditizer_widgets.digitizer.btn_select_data,
Qt.LeftButton)
magni_marks = self.straditize.magni_marks or []
magni_marks = self.straditizer.magni_marks or []
for m in self.straditizer.marks + magni_marks:
m.remove()
self.straditizer.marks.clear()
Expand Down

0 comments on commit 94788f5

Please sign in to comment.