forked from FoundKeyGang/FoundKey
[test] Better message
This commit is contained in:
parent
3f8f0b8af8
commit
a3164054d9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue