Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: comment input test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorvargasdev committed Feb 26, 2024
1 parent 56756ba commit a648e63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('CommentsCommentInput', () => {

element['updateHeight']();

expect(textarea.style.height).toBe('41px');
expect(textarea.style.height).toBe('43px');
});

describe('addAtSymbolInCaretPosition', () => {
Expand Down

0 comments on commit a648e63

Please sign in to comment.