Skip to content

Commit 8b182cf

Browse files
committed
address review feedback
1 parent 2ec1ce7 commit 8b182cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.generator/test_cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ def mock_build_bazel_file(tmp_path, monkeypatch):
162162
],
163163
)"""
164164
build_bazel_file.write_text(build_bazel_content)
165-
166-
# Change the current working directory to the temp path for the test.
167-
monkeypatch.chdir(tmp_path)
168165
return build_bazel_file
169166

170167

0 commit comments

Comments
 (0)