Skip to content

Commit 222a7c9

Browse files
committed
Fix Layout/LineLength offense in pnpm_lockfile_updater_spec
1 parent 61b0e74 commit 222a7c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

npm_and_yarn/spec/dependabot/npm_and_yarn/file_updater/pnpm_lockfile_updater_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,8 @@
773773
expect(Dependabot::NpmAndYarn::Helpers).to receive(:run_pnpm_command)
774774
.with(
775775
"-r --include-workspace-root update prettier --depth Infinity --lockfile-only --no-save",
776-
{ fingerprint: "-r --include-workspace-root update <dependency_name> --depth Infinity --lockfile-only --no-save" }
776+
{ fingerprint: "-r --include-workspace-root update <dependency_name> " \
777+
"--depth Infinity --lockfile-only --no-save" }
777778
)
778779
.ordered
779780
.and_return("")

0 commit comments

Comments
 (0)