Skip to content

Commit

Permalink
Merge 61a8a72 into 6b64382
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jan 28, 2019
2 parents 6b64382 + 61a8a72 commit 05d3f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@adonisjs/generic-exceptions": "^2.0.1",
"bson": "^4.0.0-rc5",
"bson": "^1.1.0",
"debug": "^4.1.0",
"fs-extra": "^7.0.0",
"lodash": "^4.17.11",
Expand Down
2 changes: 1 addition & 1 deletion test/session.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ test.group('Session Store', () => {
const store = new Store()
const id = '507f191e810c19729de860ea'
const objId = new ObjectId(id)
assert.deepEqual(store._guardValue(objId), { d: id, t: 'ObjectId' })
assert.deepEqual(store._guardValue(objId), { d: id, t: 'ObjectID' })
})

test('unguard object', (assert) => {
Expand Down

0 comments on commit 05d3f5f

Please sign in to comment.