Skip to content

Commit

Permalink
more predictable test
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Mar 7, 2024
1 parent fdcaba3 commit eb5da8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/test_period.ml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ let test_to_8601 =
make_test "one million" ~input:1_000_000. ~expected:"1970-01-12T13:46:40Z";
make_test "one billion" ~input:1_000_000_000.
~expected:"2001-09-09T01:46:40Z";
make_test "one trillion" ~input:1_000_000_000_000.
~expected:"33658-09-27T01:46:40Z";
make_test "ten billions" ~input:10_000_000_000.
~expected:"2286-11-20T17:46:40Z";
]

let test_with_period = []
Expand Down

0 comments on commit eb5da8b

Please sign in to comment.