[test] Better message

This commit is contained in:
syuilo 2017-01-17 11:21:21 +09:00
parent 3f8f0b8af8
commit a3164054d9

View file

@ -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);