diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/server-file-system/server-path-unique-serializer.test.ts b/src/Umbraco.Web.UI.Client/src/packages/core/server-file-system/server-path-unique-serializer.test.ts index 0045f4c35b..233a3d06c8 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/server-file-system/server-path-unique-serializer.test.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/server-file-system/server-path-unique-serializer.test.ts @@ -16,10 +16,6 @@ describe('UmbServerFilePathUniqueSerializer', () => { expect(serializer).to.have.property('toUnique').that.is.a('function'); }); - it('has a toParentUnique method', () => { - expect(serializer).to.have.property('toParentUnique').that.is.a('function'); - }); - it('has a toServerPath method', () => { expect(serializer).to.have.property('toServerPath').that.is.a('function'); });