Skip to content

Commit bef8dd3

Browse files
committed
Update test description
1 parent 53530f5 commit bef8dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-components/CommitBox.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('CommitBox', () => {
1313
expect(box).toBeInstanceOf(CommitBox);
1414
});
1515

16-
it('should set correct default commit message values', () => {
16+
it('should set default commit message values to empty strings', () => {
1717
const box = new CommitBox({
1818
onCommit: async () => {},
1919
hasFiles: false

0 commit comments

Comments
 (0)