fix #3
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user