Skip to content

Commit a3cf88c

Browse files
committed
update
1 parent dab8afa commit a3cf88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/loggers/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def comet_mock(monkeypatch):
109109
comet.start = Mock(name="comet_ml.start", return_value=comet.Experiment())
110110
comet.config = Mock()
111111

112-
monkeypatch.setattr("lightning.pytorch.loggers.comet._COMET_AVAILABLE", True)
112+
monkeypatch.setattr("pytorch_lightning_enterprise.utils.imports._COMET_AVAILABLE", True)
113113
return comet
114114

115115

0 commit comments

Comments
 (0)