Skip to content

Commit

Permalink
Add test for eltype of Iterator for product of sectors
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Apr 8, 2024
1 parent 1cdf202 commit 406f117
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 @@ -19,6 +19,7 @@ println("------------------------------------")
@constinferred Bsymbol(s...)
@constinferred Fsymbol(s..., s...)
it = @constinferred s[1] s[2]
@test eltype(it) === I
@constinferred (s..., s...)
end
@testset "Sector $Istr: Value iterator" begin
Expand Down

0 comments on commit 406f117

Please sign in to comment.