[tracker-miners/wip/carlosg/dbus-api-changes: 29/29] tests: Fix flac-musicbrainz json file




commit ee22239b04747d087f0f8d4d5c9368464da60bf8
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Aug 1 13:45:20 2020 +0200

    tests: Fix flac-musicbrainz json file
    
    Stray comma was making the test not succeed with a recent
    enough gstreamer.

 .../test-extraction-data/audio/flac-musicbrainz.expected.json           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/test-extraction-data/audio/flac-musicbrainz.expected.json 
b/tests/functional-tests/test-extraction-data/audio/flac-musicbrainz.expected.json
index 548524c7c..69428f522 100644
--- a/tests/functional-tests/test-extraction-data/audio/flac-musicbrainz.expected.json
+++ b/tests/functional-tests/test-extraction-data/audio/flac-musicbrainz.expected.json
@@ -63,7 +63,7 @@
         "nmm:performer": {
             "@id": "urn:artist:i%20am%20performer1",
             "@type": "nmm:Artist",
-            "nmm:artistName": "i am performer1",
+            "nmm:artistName": "i am performer1"
         },
         "tracker:hasExternalReference": [
             {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]