Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci committed Nov 23, 2023
1 parent 58a4712 commit 0c9d1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/workflows/nodejs_npm/test_nodejs_npm.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def test_build_in_source_with_removed_dependencies(self, runtime):
# update package.json with empty one and re-run the build then confirm node_modules are cleared up
shutil.copy2(
os.path.join(self.temp_testdata_dir, "no-deps", "package.json"),
os.path.join(self.temp_testdata_dir, "npm-deps", "package.json")
os.path.join(self.temp_testdata_dir, "npm-deps", "package.json"),
)

self.builder.build(
Expand Down

0 comments on commit 0c9d1eb

Please sign in to comment.