describe('getPublicUrl', () => {
    it('returns the public Url', () => {
      expect(service.getPublicUrl(result, '//public/url/')).toEqual('//public/url/nicefile5.jpg');
    });
  });