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