Skip to content

Commit c292a66

Browse files
committed
consistent capitalization
1 parent 44456aa commit c292a66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/sectors.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252
end
5353
end
5454

55-
@testsuite "fusion and dimensions" I -> begin
55+
@testsuite "Fusion and dimensions" I -> begin
5656
for a in smallset(I), b in smallset(I)
5757
da = dim(a)
5858
db = dim(b)
@@ -61,7 +61,7 @@ end
6161
end
6262
end
6363

64-
@testsuite "fusion tensor and F-move" I -> begin
64+
@testsuite "Fusion tensor and F-move" I -> begin
6565
(BraidingStyle(I) isa Bosonic && hasfusiontensor(I)) || return nothing
6666
for a in smallset(I), b in smallset(I), c in smallset(I)
6767
for e in (a, b), f in (b, c)
@@ -83,7 +83,7 @@ end
8383
end
8484
end
8585

86-
@testsuite "fusion tensor and F-move and R-move" I -> begin
86+
@testsuite "Fusion tensor and F-move and R-move" I -> begin
8787
(BraidingStyle(I) isa Bosonic && hasfusiontensor(I)) || return nothing
8888
for a in smallset(I), b in smallset(I)
8989
for c in (a, b)

0 commit comments

Comments
 (0)