mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 05:23:05 +01:00
parent
e7dec4eab8
commit
e18b9432a5
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class ImportfeedsTestTest(unittest.TestCase):
|
|||
self.importfeeds.import_begin(self)
|
||||
self.importfeeds.album_imported(self.lib, album)
|
||||
date = datetime.datetime.now().strftime("%Y%m%d_%Hh%M")
|
||||
playlist = os.path.join(self.feeds_dir, 'imports_' + date + '.m3u')
|
||||
playlist = os.path.join(self.feeds_dir, f'imports_{date}.m3u')
|
||||
self.assertTrue(os.path.isfile(playlist))
|
||||
with open(playlist) as playlist_contents:
|
||||
self.assertIn(item_path, playlist_contents.read())
|
||||
|
|
|
|||
Loading…
Reference in a new issue