upd: increase cw limit

Closes transfem-org/Sharkey#193
This commit is contained in:
Mar0xy 2023-12-03 17:56:54 +01:00
parent f639cc764c
commit ec5facd09a
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
3 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ describe('api:notes/create', () => {
.toBe(INVALID);
});
test('over 100 characters cw', async () => {
test('over 500 characters cw', async () => {
expect(v({ text: 'Body', cw: await tooLong }))
.toBe(INVALID);
});