Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Mar 1, 2024
1 parent 943b5e4 commit 8566f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/utils/src/lib/get-ranking-period.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ describe('getRankingPeriods', () => {

test('Get for full year', () => {
// Assert
const from = moment('2023-01-01');
const from = moment('2022-12-31');
const to = moment('2024-01-01');

// Act
Expand Down

0 comments on commit 8566f68

Please sign in to comment.