Skip to content

Commit

Permalink
ci: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Proskynete committed Apr 14, 2024
1 parent 76cb04f commit b5d5926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/helpers/transform-date.helper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ describe('transformDate helper', () => {
};

const result = transformDate(config);
expect(result).toBe('12/2020');
expect(result).toBe('12.2020');
});

test('type: short, withoutDay: false', () => {
Expand Down Expand Up @@ -548,7 +548,7 @@ describe('getAccessibilityDate helper', () => {
};

const result = getAccessibilityDate(config);
expect(result).toBe('12/2020');
expect(result).toBe('12.2020');
});

test('language: tr, withoutDay: false', () => {
Expand Down

0 comments on commit b5d5926

Please sign in to comment.