mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 15:22:42 +01:00
Implment -> Implement
This commit is contained in:
parent
9611a43872
commit
b901071e2c
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ class ImportRarTest(ImportZipTest):
|
|||
return os.path.join(_common.RSRC, 'archive.rar')
|
||||
|
||||
|
||||
@unittest.skip('Implment me!')
|
||||
@unittest.skip('Implement me!')
|
||||
class ImportPasswordRarTest(ImportZipTest):
|
||||
|
||||
def create_archive(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue