From 5cba86106350c4f9e7ff04232d4ba609c36f8b39 Mon Sep 17 00:00:00 2001 From: saxon Date: Tue, 29 Jan 2019 16:16:37 +1030 Subject: [PATCH] stream/mts/psi: removed test that we don't need to do --- stream/mts/psi/descriptor_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stream/mts/psi/descriptor_test.go b/stream/mts/psi/descriptor_test.go index b26fd007..d11053d1 100644 --- a/stream/mts/psi/descriptor_test.go +++ b/stream/mts/psi/descriptor_test.go @@ -168,10 +168,6 @@ func TestProgramInfoLen(t *testing.T) { } } -func TestSectionLen(t *testing.T) { - -} - func TestDescriptors(t *testing.T) { // Try psi with descriptors p := PSIBytes(tstPsi1.Bytes())