File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ type CommonAttributesAndElements struct {
98
98
MimeType * string `xml:"mimeType,attr"`
99
99
SegmentProfiles * string `xml:"segmentProfiles,attr"`
100
100
Codecs * string `xml:"codecs,attr"`
101
- MaximumSAPPeriod * string `xml:"MaximumSAPPeriod ,attr"`
101
+ MaximumSAPPeriod * string `xml:"maximumSAPPeriod ,attr"`
102
102
StartWithSAP * int64 `xml:"startWithSAP,attr"`
103
103
MaxPlayoutRate * string `xml:"maxPlayoutRate,attr"`
104
104
ScanType * string `xml:"scanType,attr"`
Original file line number Diff line number Diff line change 5
5
"testing"
6
6
"time"
7
7
8
- "fmt"
9
-
10
8
"github.com/stretchr/testify/require"
11
9
"github.com/zencoder/go-dash/helpers/ptrs"
12
10
"github.com/zencoder/go-dash/helpers/testfixtures"
@@ -25,8 +23,6 @@ func TestSegmentTimelineSerialization(t *testing.T) {
25
23
found , err := tc .In .WriteToString ()
26
24
require .NoError (t , err )
27
25
expected := testfixtures .LoadFixture ("fixtures/" + tc .Out )
28
- fmt .Println (expected )
29
- fmt .Println (found )
30
26
require .Equal (t , expected , found )
31
27
})
32
28
}
You can’t perform that action at this time.
0 commit comments