Skip to content

Commit ea0a8d1

Browse files
committed
fix legacy test
1 parent ef6b595 commit ea0a8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/iifInterfaceTests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ end
160160
@test solverDataDict(v1) == v1.solverDataDict
161161
@test internalId(v1) == v1._internalId
162162
# legacy compat test
163-
@test getVariablePPE(v1) == v1.estimateDict
163+
@test getVariablePPEs(v1) == v1.estimateDict # changed to .ppeDict -- delete by DFG v0.7
164164

165165

166166
@test typeof(getSofttype(v1)) == ContinuousScalar

0 commit comments

Comments
 (0)