Skip to content

Commit 12eefec

Browse files
committed
update tests
1 parent e23ce1e commit 12eefec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/sectors.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ for I in sectorlist
1717
@test @constinferred(one(s[1])) == @constinferred(one(I))
1818
@constinferred dual(s[1])
1919
@constinferred dim(s[1])
20-
@constinferred frobeniusschur(s[1])
20+
@constinferred frobenius_schur_phase(s[1])
21+
@constinferred frobenius_schur_indicator(s[1])
2122
@constinferred Nsymbol(s...)
2223
@constinferred Rsymbol(s...)
2324
@constinferred Bsymbol(s...)

0 commit comments

Comments
 (0)