Skip to content

Commit 223b588

Browse files
committed
Update test.spec.js
1 parent 52b0afc commit 223b588

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/test.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,7 @@ describe('S3Adapter tests', () => {
652652
directAccess: true,
653653
bucketPrefix: 'foo/bar/',
654654
baseUrl: async () => {
655-
await Promise.resolve();
656-
return 'http://example.com/files';
655+
return await Promise.resolve('http://example.com/files');
657656
},
658657
};
659658
});

0 commit comments

Comments
 (0)