@@ -41,11 +41,11 @@ IIF.setDefaultNodeData!(getVariable(fg, :b), 0, 100; solveKey=:testSolveKey,
4141#
4242
4343
44- @test ! (:default in listSolveKeys (getVariable (fg, :a )))
45- @test ! (:default in listSolveKeys (getVariable (fg, :b )))
44+ @test ! (:default in listStates (getVariable (fg, :a )))
45+ @test ! (:default in listStates (getVariable (fg, :b )))
4646
47- @test (:testSolveKey in listSolveKeys (getVariable (fg, :a )))
48- @test (:testSolveKey in listSolveKeys (getVariable (fg, :b )))
47+ @test (:testSolveKey in listStates (getVariable (fg, :a )))
48+ @test (:testSolveKey in listStates (getVariable (fg, :b )))
4949
5050
5151# #
@@ -56,11 +56,11 @@ doautoinit!(fg, :b, solveKey=:testSolveKey)
5656# #
5757
5858
59- @test ! (:default in listSolveKeys (getVariable (fg, :a )))
60- @test ! (:default in listSolveKeys (getVariable (fg, :b )))
59+ @test ! (:default in listStates (getVariable (fg, :a )))
60+ @test ! (:default in listStates (getVariable (fg, :b )))
6161
62- @test (:testSolveKey in listSolveKeys (getVariable (fg, :a )))
63- @test (:testSolveKey in listSolveKeys (getVariable (fg, :b )))
62+ @test (:testSolveKey in listStates (getVariable (fg, :a )))
63+ @test (:testSolveKey in listStates (getVariable (fg, :b )))
6464
6565end
6666
0 commit comments