mirror of https://bitbucket.org/ausocean/av.git
output error too
This commit is contained in:
parent
928580eb0b
commit
bd473938b2
|
@ -62,7 +62,7 @@ func TestMpegTsToByteSlice(t *testing.T) {
|
|||
expectedOutput = append(expectedOutput, payload...)
|
||||
tsPktAsByteSlice, err := tsPkt.ToByteSlice()
|
||||
if err != nil {
|
||||
t.Errorf("Should not have got error!")
|
||||
t.Errorf("Should not have got error!: %v",err)
|
||||
}
|
||||
for i := 0; i < 188; i++ {
|
||||
if tsPktAsByteSlice[i] != expectedOutput[i] {
|
||||
|
|
Loading…
Reference in New Issue