Skip to content

Commit 73d300f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 61a9fdc commit 73d300f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_dvc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ def test_test_mode(tmp_dir, monkeypatch, mocked_dvc_repo, dvcyaml_path):
230230
assert live._dvc_file != "dvc.yaml"
231231
assert live._save_dvc_exp is False
232232
assert not os.path.exists("dir")
233-
assert not os.path.exists(dvcyaml_path)
233+
assert not os.path.exists(dvcyaml_path)

0 commit comments

Comments
 (0)