Skip to content

Commit fc9dca4

Browse files
committed
typo fix
1 parent 973fe26 commit fc9dca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_defVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct NotAManifold end
2424
@test getDimension(TestVarType2) === 6
2525

2626
@test getPointType(TestVarType1) == Vector{Float64}
27-
@test getPointType(TestVarType2) == ArrayPartition{FLoat64, Tuple{Vector{Float64}, Matrix{Float64}}}
27+
@test getPointType(TestVarType2) == ArrayPartition{Float64, Tuple{Vector{Float64}, Matrix{Float64}}}
2828

2929
@test getPointIdentity(TestVarType1) == zeros(3)
3030
@test getPointIdentity(TestVarType2).x[1] == ArrayPartition(zeros(3), diagm(ones(3))).x[1]

0 commit comments

Comments
 (0)