fixed test

This commit is contained in:
Wyatt Johnson
2018-02-16 15:48:38 -07:00
parent 634da8012f
commit 9a89dfaa29
+1 -2
View File
@@ -39,8 +39,7 @@ describe('graph.Context', () => {
});
it('creates a context without a user', done => {
expect(c).to.have.property('user');
expect(c.user).to.be.undefined;
expect(c.user).to.be.falsy;
done();
});