Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Feb 6, 2025
1 parent 98806b3 commit e927615
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/test_symmetrysectorsext.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ using Test: @test, @test_broken, @testset
(r1, r2) = axes(a)
@test blocklabels(r1) == [SectorProduct((; Sz=U1(0))), SectorProduct((; Sz=U1(1)))]
@test blocklengths(r1) == [1, 1]
@test blocklabels(r2) ==
[SectorProduct((; Sz=U1(0))), SectorProduct((; Sz=U1(-1)))]
@test blocklabels(r2) == [SectorProduct((; Sz=U1(0))), SectorProduct((; Sz=U1(-1)))]
@test blocklengths(r2) == [1, 1]
end

Expand All @@ -99,7 +98,6 @@ end
(r1, r2) = axes(a′)
@test blocklabels(r1) == [SectorProduct((; Sz=U1(0))), SectorProduct((; Sz=U1(1)))]
@test blocklengths(r1) == [1, 1]
@test blocklabels(r2) ==
[SectorProduct((; Sz=U1(0))), SectorProduct((; Sz=U1(-1)))]
@test blocklabels(r2) == [SectorProduct((; Sz=U1(0))), SectorProduct((; Sz=U1(-1)))]
@test blocklengths(r2) == [1, 1]
end

0 comments on commit e927615

Please sign in to comment.