Skip to content

Commit

Permalink
avoid adding stuffing in without_header test (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 authored Jan 23, 2022
1 parent 9403d79 commit 29b9268
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data_pes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ var pesTestCases = []pesTestCase{
},
func(w *astikit.BitsWriter, withStuffing bool, withCRC bool) {
w.Write([]byte("data")) // Data
if withStuffing {
w.Write([]byte("stuff")) // Stuffing
}
},
&PESData{
Data: []byte("data"),
Expand Down

0 comments on commit 29b9268

Please sign in to comment.