9 lines
127 B
Python
9 lines
127 B
Python
# local imports
|
|
from cic_eth.check.db import health
|
|
|
|
def test_check_health(
|
|
init_database,
|
|
):
|
|
|
|
assert health()
|