Skip to content

Commit 14fb076

Browse files
authored
Fix deprecation test version for accelerator collective (#9892)
1 parent 4afe537 commit 14fb076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deprecated_api/test_remove_1-6.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def test_v1_6_0_deprecated_device_dtype_mixin_import():
330330
from pytorch_lightning.utilities.device_dtype_mixin import DeviceDtypeModuleMixin # noqa: F401
331331

332332

333-
def test_v1_7_0_deprecated_accelerator_collective():
333+
def test_v1_6_0_deprecated_accelerator_collective():
334334
from pytorch_lightning.plugins.precision import PrecisionPlugin
335335
from pytorch_lightning.plugins.training_type import SingleDevicePlugin
336336

0 commit comments

Comments
 (0)