Skip to content

Commit f088ae5

Browse files
authored
Fix broken tests of hyperengage (#3371)
1 parent 99d4f67 commit f088ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/destination-actions/src/destinations/hyperengage/__tests__/validateInput.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('validateInput', () => {
8181
expect(payload.traits.industry).toEqual(fakeGroupData.industry)
8282
expect(payload.traits.website).toEqual(fakeGroupData.website)
8383
expect(payload.traits).toHaveProperty('required')
84-
expect(payload.local_tz_offset).toEqual(120)
84+
expect(payload.local_tz_offset).toEqual(60)
8585
})
8686
})
8787

0 commit comments

Comments
 (0)