Skip to content

Commit 15e1187

Browse files
committed
add test
1 parent abe14a4 commit 15e1187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NDTensors/src/lib/SymmetrySectors/test/test_simple_sectors.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ using Test: @inferred, @test, @testset, @test_throws
7575

7676
@test Z{2}(0) == TrivialSector()
7777
@test TrivialSector() < Z{2}(1)
78+
@test_throws MethodError U1(0) < Z{2}(1)
7879
@test Z{2}(0) != Z{2}(1)
7980
@test Z{2}(0) != Z{3}(0)
8081
@test Z{2}(0) != U1(0)

0 commit comments

Comments
 (0)