Skip to content

Commit 99bf6cc

Browse files
committed
fix test
1 parent fd370eb commit 99bf6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testBlocks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ function DFGVariableSCA()
299299
#variableType functions
300300
testvar = TestVariableType1()
301301
@test getDimension(testvar) == 1
302-
@test getManifolds(testvar) == (:Euclid,)
302+
@test getManifold(testvar) == Euclidean(1)
303303

304304
# #TODO sort out
305305
# getPPEs

0 commit comments

Comments
 (0)