Skip to content

Commit 80fc350

Browse files
committed
fix tests
1 parent 1caf22d commit 80fc350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Topics/shared/Form/__tests__/TopicForm.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('TopicForm', () => {
5252
expectByRoleAndNameToBeInDocument('button', '7 days');
5353
expectByRoleAndNameToBeInDocument('button', '4 weeks');
5454

55-
expectByRoleAndNameToBeInDocument('listbox', 'Max size on disk in GB');
55+
expectByRoleAndNameToBeInDocument('listbox', 'Max partition size in GB');
5656
expectByRoleAndNameToBeInDocument(
5757
'spinbutton',
5858
'Maximum message size in bytes'

0 commit comments

Comments
 (0)