From e30ede8f7bebf669a0ef8508202194f764d22404 Mon Sep 17 00:00:00 2001
From: Jorge Villatoro <jorge@voxelai.com>
Date: Wed, 4 Oct 2023 13:11:07 +0000
Subject: [PATCH] fix a broken test

---
 webm/blockwriter_test.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webm/blockwriter_test.go b/webm/blockwriter_test.go
index 36fe704..5093ed1 100644
--- a/webm/blockwriter_test.go
+++ b/webm/blockwriter_test.go
@@ -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,