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.
This commit is contained in:
Eddie Hebert
2013-04-09 16:42:18 -04:00
parent 57db5bc17c
commit 8997b4f68c
-1
View File
@@ -83,7 +83,6 @@ class TestTransformAlgorithm(TestCase):
def test_multi_source_as_input_no_start_end(self):
algo = TestRegisterTransformAlgorithm(
self.sim_params,
sids=[133]
)