From 6fb29e84089cc6d14b3ff1ea3d37327059796fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 7 Oct 2019 12:46:48 -0400 Subject: [PATCH] fix: tests --- test/topics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/topics.js b/test/topics.js index c139247ae1..bc8880aff4 100644 --- a/test/topics.js +++ b/test/topics.js @@ -783,7 +783,7 @@ describe('Topic\'s', function () { var newTopic; var replies = []; var topicPids; - var originalBookmark = 5; + var originalBookmark = 6; function postReply(next) { topics.reply({ uid: topic.userId, content: 'test post ' + replies.length, tid: newTopic.tid }, function (err, result) { assert.equal(err, null, 'was created with error');