Skip to content

Commit 935f644

Browse files
committed
Reverts writted tests
1 parent dbc2a81 commit 935f644

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contentcuration/contentcuration/frontend/shared/utils/validation.spec.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ describe('channelEdit utils', () => {
6262
const node = { title: ' ' };
6363
expect(getNodeTitleErrors(node)).toEqual([ValidationErrors.TITLE_REQUIRED]);
6464
});
65-
66-
it('returns an error for a undefined title', () => {
67-
const node = {};
68-
expect(getNodeTitleErrors(node)).toEqual([ValidationErrors.TITLE_REQUIRED]);
69-
});
7065
});
7166

7267
describe('getNodeLicenseErrors', () => {

0 commit comments

Comments
 (0)