Skip to content

Commit

Permalink
test roundtripeq for Dates.Time
Browse files Browse the repository at this point in the history
  • Loading branch information
nateybear committed Dec 17, 2023
1 parent 9b94211 commit f3b5d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ const PyInt = pyversion < v"3" ? Int : Clonglong

@test roundtripeq(Dates.Date(2012,3,4))
@test roundtripeq(Dates.DateTime(2012,3,4, 7,8,9,11))
@test roundtripeq(Dates.Time(7,8,9,11))
@test roundtripeq(Dates.Millisecond(typemax(Int32)))
@test roundtripeq(Dates.Millisecond(typemin(Int32)))
@test roundtripeq(Dates.Second, Dates.Second(typemax(Int32)))
Expand Down

0 comments on commit f3b5d45

Please sign in to comment.