From f825be866b1ae3264ab16b359f7b47918a2b8081 Mon Sep 17 00:00:00 2001 From: deadzilla Date: Sun, 12 Jul 2026 00:09:21 +0500 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B7=D0=B0=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D0=B0=D1=8F=20=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=80=D0=B5=D0=B2=D1=88=D0=B0=D1=8F=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D0=BA=D0=B0=20=D1=82=D0=B5=D1=81=D1=82=D0=B0?= =?UTF-8?q?=20pressure=5Fto=5Fmmhg(0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_pogoda.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_pogoda.py b/tests/test_pogoda.py index 41c916e..86c1b5a 100644 --- a/tests/test_pogoda.py +++ b/tests/test_pogoda.py @@ -208,7 +208,6 @@ class TestPressureToMMHG: (1000, 750.1), (980, 735.1), (1030, 772.6), - # (0, "—"), # 0 — falsy, возвращается '—' (баг) ], ) def test_pressure_valid(self, mb, expected) -> None: