Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and thetutlage committed Mar 23, 2019
1 parent e3e35f9 commit f713199
Showing 1 changed file with 1 addition and 1 deletion.
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 f713199

Please sign in to comment.