diff --git a/tests/callbacks/test_finetuning_callback.py b/tests/callbacks/test_finetuning_callback.py index 908c8cf61e3c3..503955ac875ac 100644 --- a/tests/callbacks/test_finetuning_callback.py +++ b/tests/callbacks/test_finetuning_callback.py @@ -220,8 +220,8 @@ def __init__(self): def test_on_before_accelerator_backend_setup(tmpdir): """ - `on_before_accelerator_backend_setup` hook is used make sure the finetuning freeze call is made - before configure_optimizers call. + `on_before_accelerator_backend_setup` hook is used by finetuning callbacks to freeze the model before + before configure_optimizers function call. """ class TestCallback(Callback):