Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaerber committed Dec 5, 2017
1 parent b7db4c8 commit ecb9f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/articles.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('reading', () => {
test('should get a article', async () => {
const res = await supertest(server).get(`${basePath}/123456`)
expect(res.status).toEqual(200)
expect(res.body.msg).toEqual("The test article's bodys")
expect(res.body.msg).toEqual("The test article's body")
})

test('should update a article', async () => {
Expand Down

0 comments on commit ecb9f0d

Please sign in to comment.