From a3164054d9034c99a7124263c81b3d3b02da247c Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 17 Jan 2017 11:21:21 +0900 Subject: [PATCH] [test] Better message --- test/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.js b/test/api.js index d776a1a96..8ae4fba74 100644 --- a/test/api.js +++ b/test/api.js @@ -80,7 +80,7 @@ describe('API', () => { describe('posts/create', () => { it('simple', done => { const post = { - text: 'Hi' + text: 'ひまわりー' }; request('/posts/create', post, me).then(res => { res.should.have.status(200);