Skip to content

Commit

Permalink
fixture: Use bson module directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Jan 27, 2017
1 parent aa9cafe commit 5220d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const assert = require('assert')

// 3rd party
const _ = require('lodash')
const bson = new (require('bson').BSONPure.BSON)()
const bson = new (require('bson'))()
const async = require('async')
const debug = require('debug')('fixtures')

Expand Down

0 comments on commit 5220d4a

Please sign in to comment.