patched test

This commit is contained in:
Wyatt Johnson
2018-02-12 19:11:28 -07:00
parent 5d1eff0ddb
commit 6c1667d80b
+1 -1
View File
@@ -39,7 +39,7 @@ describe('graph.Context', () => {
});
it('creates a context without a user', done => {
expect(c).to.not.have.property('user');
expect(c).to.have.property('user', null);
done();
});