diff --git a/test/sectors.jl b/test/sectors.jl index a0a70458..720d1a99 100644 --- a/test/sectors.jl +++ b/test/sectors.jl @@ -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