From e50651e59fd6a90d181e6a710ab51b20f0ac456c Mon Sep 17 00:00:00 2001 From: Jordi Montes Date: Wed, 14 Feb 2018 11:46:21 +0100 Subject: [PATCH] extra , removed --- test/test_bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_bot.js b/test/test_bot.js index b28482e..9d5bc33 100644 --- a/test/test_bot.js +++ b/test/test_bot.js @@ -14,7 +14,7 @@ let requests = [ { body: { action: 'created', comment: { body: 'Creating my first comment', user: { login: 'randomUser' } } } }, { body: { action: 'edited', comment: { body: 'Editing my comment', user: { login: 'RandomUser' } } } }, { body: { action: 'edited', comment: { body: sob_comment, user: { login: 'status-open-bounty' } } } }, - { body: { action: 'created', issue: { labels: ['bounty', 'bounty-s'] }, comment: { body: sob_comment, user: { login: 'jomsdev' } } } }, + { body: { action: 'created', issue: { labels: ['bounty', 'bounty-s'] }, comment: { body: sob_comment, user: { login: 'jomsdev' } } } } ]; describe('Bot behavior', function () {