Skip to content

Commit

Permalink
Update tests for new template types
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 30, 2024
1 parent 587c8e2 commit 7a4d351
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ def test_templates():
# The unused arguments will be ignored.
controller=controller1,
subject=subject,
subjects=[subject],
left=[subject],
outcome=outcome,
outcomes=[outcome],
right=[outcome],
controllers=[controller1, controller2]
)
# Create the template model
Expand Down

0 comments on commit 7a4d351

Please sign in to comment.