Skip to content

Commit

Permalink
Update test/test_core.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Weidner <[email protected]>
  • Loading branch information
sunxd3 and jw3126 authored Mar 23, 2024
1 parent 3e841c1 commit d353ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ end
@test all(hash(@optic(_[i])) != hash((i,)) for i = 1:1000)

# Same for tuples of tuples (√(1000) ≈ 32).
@test count(hash(@optic(_[i][j])) != hash(((i,), (j,))) for i = 1:32, j = 1:32) > 900
@test all(hash(@optic(_[i][j])) != hash(((i,), (j,))) for i = 1:32, j = 1:32)
end

@testset "type stability" begin
Expand Down

0 comments on commit d353ad4

Please sign in to comment.