Skip to content

Commit 140ac0b

Browse files
Update tests/tests_fabric/plugins/environments/test_xla.py
Co-authored-by: Bhimraj Yadav <[email protected]>
1 parent 85bbdce commit 140ac0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_fabric/plugins/environments/test_xla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_detect(monkeypatch):
101101

102102
@mock.patch.dict(os.environ, {}, clear=True)
103103
@mock.patch("lightning.fabric.accelerators.xla._XLA_GREATER_EQUAL_2_1", True)
104-
@mock.patch("(lightning.fabric.plugins.environments.xla._XLA_GREATER_EQUAL_2_1", True)
104+
@mock.patch("lightning.fabric.plugins.environments.xla._XLA_GREATER_EQUAL_2_1", True)
105105
def test_attributes_from_xla_greater_21_used(xla_available, monkeypatch):
106106
"""Test XLA environment attributes when using XLA runtime >= 2.1."""
107107

0 commit comments

Comments
 (0)