Skip to content

Commit

Permalink
Update tests: COMHelp command was added since dss_python's b1
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Mar 23, 2022
1 parent 6392c38 commit 5620752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_opendssdirect.py
Original file line number Diff line number Diff line change
Expand Up @@ -1622,8 +1622,8 @@ def test_13Node_Executive(dss):
# == u"Create a new object within the DSS. Object becomes the active object\nExample: New Line.line1 ..."
# )
assert (
dss.Executive.NumCommands() == 124
) # adjusted to the latest version on 2022-02-28
dss.Executive.NumCommands() == 125
) # adjusted to the latest version on 2022-03-22
assert (
dss.Executive.NumOptions() == 124
) # adjusted to the latest version on 2022-02-28
Expand Down

0 comments on commit 5620752

Please sign in to comment.