remove test

This commit is contained in:
Mads Rasmussen
2024-01-16 16:34:37 +01:00
parent 1a94b0d9ad
commit bca5d6de03

View File

@@ -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');
});