Skip to content

Commit

Permalink
better message
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed May 12, 2016
1 parent 16edebd commit 06d76ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var asn1 = require('parse-asn1/asn1')
var test = require('tape').test
var nCrypto = require('crypto')
var bCrypto = require('../browser')
var fixtures = require('./fixtures2')
var fixtures = require('./fixtures')

function isNode10 () {
return parseInt(process.version.split('.')[1], 10) <= 10
Expand Down

0 comments on commit 06d76ed

Please sign in to comment.