tekinfo-bot-hf / tests /test_db.py
alvinfadli's picture
initial commit
a3f9c29
raw
history blame contribute delete
108 Bytes
from app.db import supabase
def test_supabase_connection():
#check conn
assert supabase is not None