mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
removed useless io handler in test
This commit is contained in:
parent
770e89ab65
commit
9adb398198
1 changed files with 0 additions and 5 deletions
|
|
@ -25,11 +25,6 @@ class InitTest(_common.LibTestCase):
|
|||
def setUp(self):
|
||||
super(InitTest, self).setUp()
|
||||
|
||||
self.io.install()
|
||||
|
||||
def tearDown(self):
|
||||
self.io.restore()
|
||||
|
||||
def test_human_bytes(self):
|
||||
tests = [
|
||||
(0, '0.0 B'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue