Skip to content

Commit

Permalink
Refactor test cases in supadart_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvergara committed Jun 22, 2024
1 parent 9d6423f commit 935b7d5
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions test/test/supadart_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@ void main() async {
}
await changeSupabaseFlutterImportToSupabaseImport();
final supabase = SupabaseClient(url, anonKey);
// await performSmallintTest(supabase);
// await performIntegerTest(supabase);
// await performBigIntTest(supabase);
// await performRealTest(supabase);
// await performDoublePrecisionTest(supabase);
// await performNumericTest(supabase);
// await performJsonTest(supabase);
// await performJsonbTest(supabase);
// await performTextTest(supabase);
// await performCharacterVaryingTest(supabase);
// await performUuidTest(supabase);
// await performDateTest(supabase);
// await performTimeTest(supabase);
// await performTimeTzTest(supabase);
// await performTimestampTest(supabase);
// await performTimestamptzTest(supabase);
// await performBooleanTest(supabase);
await performSmallintTest(supabase);
await performIntegerTest(supabase);
await performBigIntTest(supabase);
await performRealTest(supabase);
await performDoublePrecisionTest(supabase);
await performNumericTest(supabase);
await performJsonTest(supabase);
await performJsonbTest(supabase);
await performTextTest(supabase);
await performCharacterVaryingTest(supabase);
await performUuidTest(supabase);
await performDateTest(supabase);
await performTimeTest(supabase);
await performTimeTzTest(supabase);
await performTimestampTest(supabase);
await performTimestamptzTest(supabase);
await performBooleanTest(supabase);

// await performCharacterTest(supabase);
// await performBigSerialTests(supabase);
// await performBitTest(supabase);
await performCharacterTest(supabase);
await performBigSerialTests(supabase);
await performBitTest(supabase);

// todo

Expand Down

0 comments on commit 935b7d5

Please sign in to comment.