Spaces:
Running
Running
from app.db import supabase | |
def test_supabase_connection(): | |
#check conn | |
assert supabase is not None |
from app.db import supabase | |
def test_supabase_connection(): | |
#check conn | |
assert supabase is not None |