fix cw test

This commit is contained in:
syuilo 2023-11-03 13:26:48 +09:00
parent 79346272f8
commit 0efacdfcf0

View file

@ -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', () => {