fix #3

Merged
RaiLinKey merged 2 commits from fix into test 2026-03-24 11:59:51 +03:00
Showing only changes of commit 84055cd389 - Show all commits

View File

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