Skip to content

Commit 0ad171e

Browse files
committed
fix test
1 parent 1c064e8 commit 0ad171e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/accelerators/test_xla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def test_tpu_device_name_exception(tpu_available, monkeypatch):
317317
from requests.exceptions import HTTPError
318318

319319
monkeypatch.delattr(
320-
lightning.pytorch.accelerators.xla.XLAAccelerator,
320+
XLAAccelerator,
321321
"device_name",
322322
raising=False,
323323
)

0 commit comments

Comments
 (0)