Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Dec 5, 2024
1 parent 3d0cef7 commit f00c1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/OSSObject.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,7 @@ describe('test/OSSObject.test.ts', () => {
file: createReadStream(__filename),
},
});
console.log('result: ', result);
console.log('result: ', result, result.data.toString());
assert.equal(result.statusCode, 204);
const headRes = await ossObject.head(name);
assert.equal(headRes.status, 200);
Expand Down

0 comments on commit f00c1e4

Please sign in to comment.