Skip to content

Commit

Permalink
Fix Test cases (#2538)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarijitray authored Oct 28, 2024
1 parent 811d006 commit dda2c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('validateInput', () => {
expect(payload.traits.industry).toEqual(fakeGroupData.industry)
expect(payload.traits.website).toEqual(fakeGroupData.website)
expect(payload.traits).toHaveProperty('required')
expect(payload.local_tz_offset).toEqual(120)
expect(payload.local_tz_offset).toEqual(60)
})
})

Expand Down

0 comments on commit dda2c53

Please sign in to comment.