supabase / supavisor

A cloud-native, multi-tenant Postgres connection pooler.
https://supabase.github.io/supavisor/
Apache License 2.0
1.65k stars 54 forks source link

fix: call `assert` instead of defining function #347

Closed hauleth closed 1 month ago

hauleth commented 1 month ago

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Instead of calling assert macro code was defining variable called assert

What is the new behavior?

Call assert macro to make test check for the result