From a5f7c5ad8750be4008cccc762556638a8e19aeac Mon Sep 17 00:00:00 2001 From: saxon Date: Tue, 29 Jan 2019 14:39:39 +1030 Subject: [PATCH] stream/mts/psi: removed TestDeleteDescriptor test as we don't need anymore --- 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 919653fa..4381f896 100644 --- a/stream/mts/psi/descriptor_test.go +++ b/stream/mts/psi/descriptor_test.go @@ -219,10 +219,6 @@ func TestCreateDescriptor(t *testing.T) { } } -func TestDeleteDescriptor(t *testing.T) { - -} - func TestUpdateDescriptor(t *testing.T) { }