Skip to content

Commit 8281e66

Browse files
committed
fix test
1 parent 14f09e8 commit 8281e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_RationalBSplineManifold.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@test M1 == M2 == RationalBSplineManifold(M1) == RationalBSplineManifold(M2)
2828
@test hash(M1) == hash(M2) == hash(RationalBSplineManifold(M1)) == hash(RationalBSplineManifold(M2))
2929
@test M3 M4 RationalBSplineManifold(M3) RationalBSplineManifold(M4)
30-
@test hash(M3) hash(M4) hash(RationalBSplineManifold(M3)) hash(RationalBSplineManifold(M4))
30+
@test hash(M3) hash(M4) == hash(RationalBSplineManifold(M3)) == hash(RationalBSplineManifold(M4))
3131
@test M1() == 1.2
3232
@test M2() == 1.2
3333
@test M3() == 1.2

0 commit comments

Comments
 (0)