Skip to content

Commit

Permalink
Merge pull request #43 from LinusU/object-shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed May 17, 2020
2 parents 8cc2520 + 320379b commit 2eda26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/tape-helper.js
Expand Up @@ -10,7 +10,7 @@ test.createStream().on('data', function (log) {
con.write(JSON.stringify({ op: 'log', log: log.toString() }) + '\n')
success = log === '\n# ok\n'
}).on('end', function () {
con.write(JSON.stringify({ op: 'end', success: success }) + '\n')
con.write(JSON.stringify({ op: 'end', success }) + '\n')
con.end()
})

Expand Down

0 comments on commit 2eda26d

Please sign in to comment.