Skip to content

Commit 8686cc4

Browse files
committed
fixed test
1 parent aa738ae commit 8686cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/io.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ describe('test start step1:', function() {
4444
describe('upload#', function() {
4545
var uptoken = null;
4646
beforeEach(function(done) {
47-
var putPolicy = new qiniu.rs.PutPolicy({
47+
var putPolicy = new qiniu.rs.PutPolicy(
4848
TEST_BUCKET
49-
});
49+
);
5050
uptoken = putPolicy.token();
5151
done();
5252
});

0 commit comments

Comments
 (0)