Skip to content
Snippets Groups Projects
Commit 0efacdfc authored by syuilo's avatar syuilo
Browse files

fix cw test

parent 79346272
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ describe('api:notes/create', () => {
test('0 characters cw', () => {
expect(v({ text: 'Body', cw: '' }))
.toBe(VALID);
.toBe(INVALID);
});
test('reject only cw', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment