~ruther/guix-local

ref: 2b579fd4f453bb1a3592eb8e634ea1dff64efab6 guix-local/gnu/packages/patches/picard-fix-id3-rename-test.patch -rw-r--r-- 535 bytes
2b579fd4 — Maxim Cournoyer gnu: artwork: Update repository to latest commit. 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
Index: b/test/formats/test_id3.py
===================================================================
--- a/test/formats/test_id3.py
+++ b/test/formats/test_id3.py
@@ -266,5 +266,5 @@
         def test_rename_txxx_tags(self):
             file_path = os.path.join('test', 'data', 'test-id3-rename-tags.mp3')
-            filename = self.copy_file_tmp(file_path, 'mp3')
+            filename = self.copy_file_tmp(file_path, '.mp3')
             raw_metadata = load_raw(filename)
             self.assertIn('TXXX:Artists', raw_metadata)