mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
Review: Add missing blank line
This commit is contained in:
parent
ee7f939336
commit
68ccfe0e6c
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ class HelperTest(_common.TestCase):
|
|||
p = 'a/b/c'
|
||||
a = ['a', 'b', 'c']
|
||||
self.assertEqual(util.components(p), a)
|
||||
|
||||
def test_forward_slash(self):
|
||||
p = r'C:\a\b\c'
|
||||
a = r'C:/a/b/c'
|
||||
|
|
|
|||
Loading…
Reference in a new issue