From 1fc06bf2c73e02794efd8165c50e251768be0b94 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Thu, 2 Apr 2026 11:19:16 +0200 Subject: [PATCH] test: remove 1 test for _raw_tag_to_ms since its already covered by tests for to_plain --- tests/test_lrc.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/test_lrc.py b/tests/test_lrc.py index a8d42a6..82dc932 100644 --- a/tests/test_lrc.py +++ b/tests/test_lrc.py @@ -1,6 +1,6 @@ from __future__ import annotations -from lrx_cli.lrc import LRCData, _raw_tag_to_ms +from lrx_cli.lrc import LRCData from lrx_cli.models import CacheStatus @@ -8,13 +8,6 @@ def _normalize(text: str) -> str: return str(LRCData(text)) -def test_raw_tag_to_ms_parses_common_fraction_formats() -> None: - assert _raw_tag_to_ms("00", "00", None) == 0 - assert _raw_tag_to_ms("00", "01", "2") == 1200 - assert _raw_tag_to_ms("00", "01", "23") == 1230 - assert _raw_tag_to_ms("00", "01", "234") == 1234 - - def test_normalize_tags_supports_all_raw_time_formats() -> None: raw = "\n".join( [