mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
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:
parent
72056e8e07
commit
42ef57f571
1 changed files with 1 additions and 1 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue