There was an error while loading. Please reload this page.
1 parent 838b56f commit 604f87eCopy full SHA for 604f87e
system-test/storage.ts
@@ -1627,7 +1627,7 @@ describe('storage', () => {
1627
1628
it('should create a file with object retention enabled', async () => {
1629
const time = new Date();
1630
- time.setMinutes(time.getSeconds() + 1);
+ time.setMinutes(time.getMinutes() + 1);
1631
const retention = {mode: 'Unlocked', retainUntilTime: time.toISOString()};
1632
const file = new File(objectRetentionBucket, fileName);
1633
await objectRetentionBucket.upload(FILES.big.path, {
0 commit comments