Skip to content

Commit

Permalink
test: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Mar 2, 2025
1 parent accc2e8 commit 95ee51b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ describe('useDateTimeSegmentGroup', () => {
expect(isTemporalPartial(lastCall)).toBe(true);
expect(lastCall['~fw_temporal_partial']).toEqual({
day: true,
month: true,
});
});
});
Expand Down

0 comments on commit 95ee51b

Please sign in to comment.