From d6638215f1802c021f4afef2affb4e63f578f61d Mon Sep 17 00:00:00 2001 From: EremeevRA Date: Mon, 23 Mar 2026 14:12:00 +0300 Subject: [PATCH] failed test --- api/tests/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/test_app.py b/api/tests/test_app.py index 8a29c20..1a25760 100644 --- a/api/tests/test_app.py +++ b/api/tests/test_app.py @@ -20,5 +20,5 @@ def test_root() -> None: def test_checker() -> None: a = 1 - assert a == 1 + assert a == 2