Skip to content

Commit c252c13

Browse files
committed
f
1 parent eda0e4c commit c252c13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/OSSObject.test.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ describe('test/OSSObject.test.ts', () => {
5353
}
5454

5555
it('should list with query', async () => {
56-
const result = await ossObject.list();
56+
const result = await ossObject.list({
57+
prefix: listPrefix,
58+
'max-keys': 5,
59+
});
5760
assert(result.objects.length > 0);
5861
// console.log(result.objects);
5962
result.objects.map(checkObjectProperties);

0 commit comments

Comments
 (0)