cic-stack/apps/cic-eth/tests/check/test_check_db.py

9 lines
127 B
Python

# local imports
from cic_eth.check.db import health
def test_check_health(
init_database,
):
assert health()