Skip to content

Commit af0ec5d

Browse files
committed
Fixed unit test
1 parent 87e4b5a commit af0ec5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/helpers/utils/settings-search.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ describe('Settings Search Utils', () => {
195195

196196
it('should get good experimental section number', () => {
197197
expect(getNumberOfSettingsInSection(t, t('experimental'))).toStrictEqual(
198-
3,
198+
4,
199199
);
200200
});
201201

0 commit comments

Comments
 (0)