Skip to content

Commit b95a71c

Browse files
committed
Removed the test changes
1 parent b3427c5 commit b95a71c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/storage/test/unit/service.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ function makeGsUrl(child: string = ''): string {
4848
}
4949

5050
describe('Firebase Storage > Service', () => {
51-
// before(() => injectTestConnection(newTestConnection));
52-
// after(() => injectTestConnection(null));
51+
before(() => injectTestConnection(newTestConnection));
52+
after(() => injectTestConnection(null));
5353

5454
describe('simple constructor', () => {
5555
const service = new FirebaseStorageImpl(

0 commit comments

Comments
 (0)