Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jan 27, 2021
1 parent ee16408 commit 2b0b465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/overrides/test_data_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_lightning_distributed_module_methods():
pl_module.validation_step.assert_called_with(batch, batch_idx)


def test_lightning_distributed_module_warn_none_output(wrapper_class):
def test_lightning_distributed_module_warn_none_output():
""" Test that the LightningModuleWrapper warns about forgotten return statement. """
pl_module = MagicMock()
wrapped_module = LightningModuleWrapperBase(pl_module)
Expand Down

0 comments on commit 2b0b465

Please sign in to comment.