Skip to content

Commit 5aab236

Browse files
CodeWithMadecriptor
authored andcommitted
Update Test: Change MusicBrainzTrackId to MusicBrainzRecordingId
1 parent 65b54af commit 5aab236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/TaglibSharp.Tests/FileFormats/M4aFormatTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public void bgo_676934 ()
5454
[Test]
5555
public void bgo_701689 ()
5656
{
57-
// This file contains a musicbrainz track id "883821fc-9bbc-4e04-be79-b4b12c4c4a4e"
57+
// This file contains a musicbrainz recording id "883821fc-9bbc-4e04-be79-b4b12c4c4a4e"
5858
// This case also handles bgo #701690 as a proper value for the tag must be returned
5959
var file = TagLib.File.Create (TestPath.Samples + "bgo_701689.m4a");
60-
Assert.AreEqual ("883821fc-9bbc-4e04-be79-b4b12c4c4a4e", file.Tag.MusicBrainzTrackId, "#1");
60+
Assert.AreEqual ("883821fc-9bbc-4e04-be79-b4b12c4c4a4e", file.Tag.MusicBrainzRecordingId, "#1");
6161
}
6262

6363
[Test]

0 commit comments

Comments
 (0)