Skip to content

Commit

Permalink
fix DateValueTest
Browse files Browse the repository at this point in the history
Provisional action; test value was 2020, rewrite it to 2021.
  • Loading branch information
tera911 committed Jan 3, 2021
1 parent 3b63f15 commit cc6273a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/data/Calculation/DateTime/DATEVALUE.php
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 cc6273a

Please sign in to comment.