Skip to content

Commit

Permalink
Can't get VariableTimeZone retrieval below 2 allocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgillam committed Nov 30, 2023
1 parent 7c0e07f commit 3efcb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/timezone.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using TimeZones: Class

tz = TimeZone("America/Winnipeg") # populate cache
@assert tz isa VariableTimeZone
@test 1 == @allocations(TimeZone("America/Winnipeg"))
@test 2 == @allocations(TimeZone("America/Winnipeg"))
end

@testset "istimezone" begin
Expand Down

0 comments on commit 3efcb48

Please sign in to comment.