Skip to content

Commit

Permalink
chore: remove old integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Apr 23, 2024
1 parent 230d910 commit 7c0f069
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,281 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,16 @@ import 'download_data_test.dart' as download_data_tests;
import 'download_file_test.dart' as download_file_tests;
import 'get_properties_test.dart' as get_properties_test;
import 'get_url_test.dart' as get_url_test;
import 'issues/get_url_special_characters_test.dart'
as get_url_special_characters_tests;
import 'list_test.dart' as list_tests;
import 'remove_many_test.dart' as remove_many_test;
import 'remove_test.dart' as remove_test;
import 'upload_data_test.dart' as upload_data_test;
import 'upload_file_test.dart' as upload_file_test;
import 'use_case_test.dart' as use_case_tests;

void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();

group('amplify_storage_s3', () {
get_url_special_characters_tests.main();
use_case_tests.main();
copy_test.main();
download_data_tests.main();
download_file_tests.main();
Expand Down

This file was deleted.

0 comments on commit 7c0f069

Please sign in to comment.