forked from mirrors/probot
docs(testing): typo in code example (#834)
This commit is contained in:
parent
20e7c65a50
commit
cb21ca7a22
|
@ -37,7 +37,7 @@ describe('My Probot app', () => {
|
|||
.post('/app/installations/2/access_tokens')
|
||||
.reply(200, { token: 'test' })
|
||||
|
||||
// Test that a commented is posted
|
||||
// Test that a comment is posted
|
||||
nock('https://api.github.com')
|
||||
.post('/repos/hiimbex/testing-things/issues/1/comments', (body) => {
|
||||
expect(body).toMatchObject(issueCreatedBody)
|
||||
|
|
Loading…
Reference in New Issue