Skip to content

Commit

Permalink
chore: fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Jul 20, 2022
1 parent 4adf7b5 commit a5d1653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('PrimitiveRangeCalendar component', () => {
});

it('When initialized without value and defaultViewedMonthSecond shows the month of the local date', () => {
expect(component.userViewedMonthFirst.toString).toBe(
expect(component.userViewedMonthFirst.toString()).toBe(
TuiMonth.currentLocal().toString(),
);
});
Expand Down

0 comments on commit a5d1653

Please sign in to comment.