Skip to content

Commit

Permalink
fixing action test case for the new action scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ASinanSaglam committed Sep 21, 2021
1 parent 65a15a7 commit 872fc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bionetgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_action_loading():
# tests a BNGL file containing all BNG actions
all_action_model = os.path.join(*[tfold, "models", "actions", "all_actions.bngl"])
m1 = bng.bngmodel(all_action_model)
assert len(m1.actions) == 29
assert len(m1.actions) + len(m1.actions.before_model) == 29

no_action_model = os.path.join(*[tfold, "models", "actions", "no_actions.bngl"])
m2 = bng.bngmodel(no_action_model)
Expand Down

0 comments on commit 872fc1a

Please sign in to comment.