From 7a4d3517ba81a711d31753204e38d8b86693d140 Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Mon, 29 Jul 2024 23:09:25 -0400 Subject: [PATCH] Update tests for new template types --- tests/test_io.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_io.py b/tests/test_io.py index a087de71..4f348d34 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -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