This commit is contained in:
Jonathan Bennetts 2024-12-13 21:00:12 +00:00
parent d4d75c9090
commit 6ed9b6afcf
No known key found for this signature in database
2 changed files with 0 additions and 28 deletions

View file

@ -268,20 +268,6 @@ describe('Hubspot v1 - GenericFunctions', () => {
});
});
it('should return associations with some fields missing', () => {
const associations = {
companyIds: '1,2,3',
contactIds: '10,11,12',
};
const result = getAssociations(associations);
expect(result).toEqual({
companyIds: ['1', '2', '3'],
contactIds: ['10', '11', '12'],
});
});
it('should return associations with empty fields', () => {
const associations = {
companyIds: '',

View file

@ -268,20 +268,6 @@ describe('Hubspot v2 - GenericFunctions', () => {
});
});
it('should return associations with some fields missing', () => {
const associations = {
companyIds: '1,2,3',
contactIds: '10,11,12',
};
const result = getAssociations(associations);
expect(result).toEqual({
companyIds: ['1', '2', '3'],
contactIds: ['10', '11', '12'],
});
});
it('should return associations with empty fields', () => {
const associations = {
companyIds: '',