Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tiblu committed Nov 20, 2019
1 parent 3d24306 commit 60a4c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/topic.js
Original file line number Diff line number Diff line change
Expand Up @@ -5581,7 +5581,7 @@ suite('Users', function () {
});

test('Fail - 40400 - Cannot accept deleted invite', function (done) {
topicInviteUsersDelete(agentCreator, userCreator.id, topic.id, topicInviteCreated.id, function (err, res) {
topicInviteUsersDelete(agentCreator, userCreator.id, topic.id, topicInviteCreated.id, function (err) {
if (err) return done(err);

_topicInviteUsersAccept(agentUserToInvite, userToInvite.id, topic.id, topicInviteCreated.id, 404, done);
Expand Down

0 comments on commit 60a4c99

Please sign in to comment.