From 730bd4c6fad6f54bdb0e64d0f980b031e6dc4c1b Mon Sep 17 00:00:00 2001 From: Rudra Raina Date: Tue, 2 Jul 2024 14:47:08 +0530 Subject: [PATCH] QC Plugin: Remove tests for handling of triple quoted transcripts --- tests/plugin/text/test_qc_plugin/test_qc_plugin.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/plugin/text/test_qc_plugin/test_qc_plugin.py b/tests/plugin/text/test_qc_plugin/test_qc_plugin.py index 433b9cb6..5ef598d6 100644 --- a/tests/plugin/text/test_qc_plugin/test_qc_plugin.py +++ b/tests/plugin/text/test_qc_plugin/test_qc_plugin.py @@ -40,16 +40,6 @@ True, 2, ), - ( - [ - '[[{"transcript": "hello"}]]', - '[[{"transcript": "hello"}]]', - """[[{\""confidence\"": 0.801317, \""transcript"" :\""hello\""}]]""", - ], - ["x1", "x2", "x3"], - True, - 3, - ), ], ) async def test_drop_conflicting_labels(alternatives, tags, drop, discard_size, tmp_path) -> None: