play: Fix typo treshold -> threshold

My bad, rebased before I pushed and forgot to check the tests after the rebase
This commit is contained in:
nath@laptop 2016-01-06 09:49:19 +01:00
parent 72056e8e07
commit 42ef57f571

View file

@ -97,7 +97,7 @@ class PlayPluginTest(unittest.TestCase, TestHelper):
self.open_mock.assert_not_called()
def test_warning_threshold(self):
self.config['play']['warning_treshold'] = 1
self.config['play']['warning_threshold'] = 1
self.add_item(title='another NiceTitle')
with control_stdin("a"):