We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67583d3 commit ece0813Copy full SHA for ece0813
mpd/fixtures/simple.mpd
mpd/mpd_read_write_test.go
@@ -42,7 +42,7 @@ func TestReadingManifests(t *testing.T) {
42
// TODO: Uncomment this test once https://github.com/golang/go/issues/9519 is fixed
43
//func TestItProducesTheSameFileThatItRead(t *testing.T) {
44
// expectedManifest := testfixtures.LoadFixture("fixtures/live_profile.mpd")
45
-// m, err := ReadFromFile("fixtures/simple.mpd")
+// m, err := ReadFromFile("fixtures/live_profile.mpd")
46
// require.NoError(t, err)
47
//
48
// writtenManifest, err := m.WriteToString()
0 commit comments