commit c03db991d2ab3a966afec47eae05d4da9353efea
parent 2e8a1dfce52e2c7d97096399f4bbb2d38ee8942a
Author: Oliver Lowe <o@olowe.co>
Date: Fri, 10 May 2024 16:11:19 +1000
internal/scte35: set test case exactly as described in spec
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/internal/scte35/scte35_test.go b/internal/scte35/scte35_test.go
@@ -47,8 +47,9 @@ var samples = []sample{
Type: UPIDTypeTI,
Value: []byte{0x00, 0x00, 0x00, 0x00, 0x2c, 0xa0, 0xa1, 0x8a},
},
- Type: 0x34,
- Number: 2,
+ Type: 0x34,
+ Number: 2,
+ Expected: 0,
},
},
CRC32: 0x9ac9d17e,