Skip to content

Commit

Permalink
fix a broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
voxeljorge committed Oct 4, 2023
1 parent 85eb603 commit e30ede8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webm/blockwriter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ func TestBlockWriter_NewSimpleWriter(t *testing.T) {

expectedBytes := []byte{
0x18, 0x53, 0x80, 0x67, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0x16, 0x54, 0xAE, 0x6B, 0x8F,
0xAE, 0x8D,
0x16, 0x54, 0xAE, 0x6B, 0x8E,
0xAE, 0x8C,
0xD7, 0x81, 0x01,
0x73, 0xC5, 0x81, 0x02,
0x86, 0x81, 0x00,
0x86, 0x80,
0x83, 0x81, 0x01,
0x1F, 0x43, 0xB6, 0x75, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xE7, 0x81, 0x00,
Expand Down

0 comments on commit e30ede8

Please sign in to comment.