diff --git a/tests/trainer/logging_tests/test_train_loop_logging_1_0.py b/tests/trainer/logging_tests/test_train_loop_logging_1_0.py index ca648a1e7fe55..cd08d8cb659b8 100644 --- a/tests/trainer/logging_tests/test_train_loop_logging_1_0.py +++ b/tests/trainer/logging_tests/test_train_loop_logging_1_0.py @@ -712,6 +712,5 @@ def validation_step(self, batch, batch_idx): ) trainer.fit(model) - # make sure types are correct assert trainer.logged_metrics['foo'] == fake_result - assert trainer.logged_metrics['bar'] == fake_result \ No newline at end of file + assert trainer.logged_metrics['bar'] == fake_result