Skip to content

Commit 28d298d

Browse files
committed
revert api group test cases
1 parent f3a221e commit 28d298d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api_group.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('api_group.js', function () {
4848

4949
it('moveUserToGroup should ok', function (done) {
5050
api.moveUserToGroup(puling, 102, function (err, data, res) {
51-
expect(err).to.be.ok();
51+
expect(err).not.to.be.ok();
5252
expect(data).to.have.property('errcode', 0);
5353
expect(data).to.have.property('errmsg', 'ok');
5454
done();

0 commit comments

Comments
 (0)