Merge pull request 'fix' (#3) from fix into test

Reviewed-on: http://5.129.221.254:3000/RLK/python-common-app/pulls/3
This commit was merged in pull request #3.
This commit is contained in:
2026-03-24 11:59:51 +03:00

View File

@@ -18,7 +18,7 @@ def test_root() -> None:
assert resp.json() == {"message": "FastAPI is running"}
def test_checker() -> None:
a = 1
assert a == 2
# def test_checker() -> None:
# a = 1
# assert a == 2