From 8997b4f68c02da8c239ad8fbbafc4058421c47fe Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Tue, 9 Apr 2013 16:42:18 -0400 Subject: [PATCH] MAINT: Remove parameters from test that tests lack of parameters. The `test_multi_source_as_input_no_start_end` test is designed to test for a lack of simulation parameters, so make that they are not passed. Was unnoticed because sim_params passed as an arg are dropped. --- tests/test_algorithm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_algorithm.py b/tests/test_algorithm.py index 8d286bd1..1e328ee0 100644 --- a/tests/test_algorithm.py +++ b/tests/test_algorithm.py @@ -83,7 +83,6 @@ class TestTransformAlgorithm(TestCase): def test_multi_source_as_input_no_start_end(self): algo = TestRegisterTransformAlgorithm( - self.sim_params, sids=[133] )