Skip to content

Commit

Permalink
fix new test (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Sep 24, 2024
1 parent 24f1f89 commit 11f65a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/symmetryvectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ using Crystalline
# printing SymmetryVector that have zero-contents
n = SymmetryVector(brs[1])
@test n*0 == zero(n)
@test string(n) == "[0Mᵢ, 0Xᵢ, 0Γᵢ, 0Rᵢ] (0 bands)"
@test string(zero(n)) == "[0Mᵢ, 0Xᵢ, 0Γᵢ, 0Rᵢ] (0 bands)"
end # @testset "(Abstract)SymmetryVectors"

0 comments on commit 11f65a8

Please sign in to comment.