Skip to content

Commit

Permalink
Fix date tests withut specified year for current year 2021 (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinssipenko committed Jan 7, 2021
1 parent 76d4323 commit d2edab2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/data/Calculation/DateTime/DATEVALUE.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@
],
// 01/01 of the current year
[
43831,
44197,
'1 Jan',
],
// 31/12 of the current year
[
44196,
44561,
'31/12',
],
// Excel reads as 1st December 1931, not 31st December in current year
Expand All @@ -176,12 +176,12 @@
],
// 05/07 of the current year
[
44017,
44382,
'5-JUL',
],
// 05/07 of the current year
[
44017,
44382,
'5 Jul',
],
[
Expand Down

0 comments on commit d2edab2

Please sign in to comment.