Skip to content

Commit

Permalink
fix(website): Persian test
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Dec 29, 2024
1 parent aa0cacb commit a06052e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Persian.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ afterAll(() => jest.useRealTimers());

test("should render دی 1403", () => {
render(<Persian />);
expect(grid("دی 1403")).toBeInTheDocument();
expect(grid("دی ۱۴۰۳")).toBeInTheDocument();
});

0 comments on commit a06052e

Please sign in to comment.