Skip to content

Commit

Permalink
chore: update test name (#2384)
Browse files Browse the repository at this point in the history
Addressing dailydotdev/daily#1533

It turns out the character count update was already included in this PR:
#2374. Only the test was
missing.

Co-authored-by: Chris Bongers <[email protected]>
  • Loading branch information
nevilparmar11 and rebelchris authored Nov 4, 2024
1 parent 8024a30 commit d3ce702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3355,7 +3355,7 @@ describe('mutation editPost', () => {
);
});

it('should return an error if content exceeds 4000 characters', async () => {
it('should return an error if content exceeds 10000 characters', async () => {
loggedUser = '1';

const content = 'Hello World! Start your squad journey here'; // 42 chars
Expand Down

0 comments on commit d3ce702

Please sign in to comment.