From 42ef57f57188f8f3cfc89fd76c31eb99e8fcbb56 Mon Sep 17 00:00:00 2001 From: "nath@laptop" Date: Wed, 6 Jan 2016 09:49:19 +0100 Subject: [PATCH] play: Fix typo treshold -> threshold My bad, rebased before I pushed and forgot to check the tests after the rebase --- test/test_play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_play.py b/test/test_play.py index d25d7b657..2c2c076de 100644 --- a/test/test_play.py +++ b/test/test_play.py @@ -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"):