mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 20:28:00 +08:00
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:
@@ -83,7 +83,6 @@ class TestTransformAlgorithm(TestCase):
|
||||
|
||||
def test_multi_source_as_input_no_start_end(self):
|
||||
algo = TestRegisterTransformAlgorithm(
|
||||
self.sim_params,
|
||||
sids=[133]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user