Skip to content

Commit

Permalink
Update test to use 11g limit
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Dec 3, 2016
1 parent 9838a41 commit cd1eb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lobBindAsStringBuffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ describe('74.lobBindAsStringBuffer.js', function() {
var sequence = 14;
var bindVar = {
i: { val: sequence, type: oracledb.NUMBER, dir: oracledb.BIND_IN },
c: { type: oracledb.STRING, dir: oracledb.BIND_OUT, maxSize: 65538 }
c: { type: oracledb.STRING, dir: oracledb.BIND_OUT, maxSize: 65535 }
};

async.series([
Expand Down

0 comments on commit cd1eb6e

Please sign in to comment.