supabase / postgrest-dart

Dart client for PostgREST
https://supabase.com
MIT License
136 stars 38 forks source link

fix: added a tearDown in basic test to reset the table values after each test #61

Closed dshukertjr closed 2 years ago

dshukertjr commented 2 years ago

Currently, various test cases override the table values, and affects other tests. This PR aims to reset the value of test table after each test case executes for better testability.