Meaningless commit to kick something off in travis

This commit is contained in:
Brian M. Carlson 2020-05-12 13:54:12 -05:00
parent 1c441d2378
commit fb1b5876d6

View File

@ -89,7 +89,9 @@ describe('cursor', function () {
const cursor = this.pgCursor(text, values)
let count = 0
const read = function () {
let start = Date.now()
cursor.read(100, function (err, rows) {
console.log('read in', Date.now() - start)
if (err) return done(err)
if (!rows.length) {
assert.strictEqual(count, 100001)