We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a221e commit 28d298dCopy full SHA for 28d298d
test/api_group.test.js
@@ -48,7 +48,7 @@ describe('api_group.js', function () {
48
49
it('moveUserToGroup should ok', function (done) {
50
api.moveUserToGroup(puling, 102, function (err, data, res) {
51
- expect(err).to.be.ok();
+ expect(err).not.to.be.ok();
52
expect(data).to.have.property('errcode', 0);
53
expect(data).to.have.property('errmsg', 'ok');
54
done();
0 commit comments