Skip to content

Commit

Permalink
Fix failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
markhallen committed Jan 8, 2025
1 parent 3397601 commit c771c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3046,7 +3046,7 @@
"package.json",
"yarn.lock"
)
expect(updated_files.find { |updated_file| updated_file.name == ".pnp.cjs" }.mode).to eq("100755")
expect(updated_files.find { |updated_file| updated_file.name == ".pnp.cjs" }.mode).to eq("100777")
end
end

Expand Down

0 comments on commit c771c46

Please sign in to comment.