Skip to content

Commit 938438a

Browse files
committed
see #358
1 parent 5bc6bb5 commit 938438a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/iifInterfaceTests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ end
310310
#confirm delete
311311
@test symdiff(collect(keys(getVariablePPEs(newvar))), [:second]) == Symbol[]
312312
# Persist it., and test #357
313-
mergeUpdateVariableSolverData!(dfg, newvar)
314-
# mergeVariableSolverData!(getVariable(dfg, getLabel(newvar)), newvar)
313+
mergeVariableSolverData!(dfg, newvar)
314+
# mergeUpdateVariableSolverData!(dfg, newvar)
315315

316316
# Get the latest and confirm they're the same, :second
317317
var1 = getVariable(dfg, :a)

0 commit comments

Comments
 (0)