Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 17, 2024
1 parent 552e982 commit a332966
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
5 changes: 2 additions & 3 deletions storage_rest/test/storage_rest_io_env_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ import 'test_setup.dart';

Future main() async {
var context = await setup(useEnv: true);
var testRootCollectionPath =
var testRootPath =
shellEnvironment['TEKARTIK_FIREBASE_STORAGE_REST_TEST_ROOT_PATH'];
test('env', () {
print(
'TEKARTIK_FIREBASE_STORAGE_REST_TEST_ROOT_PATH: $testRootCollectionPath');
print('TEKARTIK_FIREBASE_STORAGE_REST_TEST_ROOT_PATH: $testRootPath');
});
if (context != null) {
group('rest_io', () {
Expand Down
11 changes: 0 additions & 11 deletions storage_rest/tool/travis.dart

This file was deleted.

2 changes: 1 addition & 1 deletion storage_test/lib/storage_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void runStorageAppTests(App app,
var storage = storageService.storage(app);

group('storage', () {
var bucket = storage.bucket(storageOptions.bucket);
var bucket = storage.bucket(storageBucket);
test('storage', () {
expect(storage, isNotNull);
});
Expand Down
12 changes: 0 additions & 12 deletions storage_test/tool/travis.dart

This file was deleted.

0 comments on commit a332966

Please sign in to comment.