Skip to content

Commit

Permalink
Add additional test for eltype of sector product iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Apr 8, 2024
1 parent 406f117 commit dc1d33c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ println("------------------------------------")
@constinferred Fsymbol(s..., s...)
it = @constinferred s[1] s[2]
@test eltype(it) === I
@test collect(it) isa Array{I}
@constinferred (s..., s...)
end
@testset "Sector $Istr: Value iterator" begin
Expand Down

0 comments on commit dc1d33c

Please sign in to comment.