mirror of
https://github.com/wassname/talk.git
synced 2026-07-30 12:40:41 +08:00
fixed test
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user