Skip to content

Commit

Permalink
Address test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings authored and jurre committed Jul 19, 2023
1 parent 4dbf789 commit bdd89f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@
to eq("git+ssh://git@github.com/jonschlinkert/is-number.git#" \
"0c6b15a88bc10cd47f67a09506399dfc9ddc075d")
expect(parsed_package_lock["dependencies"]["is-number"]["from"]).
to eq("is-number@jonschlinkert/is-number#semver:^4.0.0")
to eq("is-number@github:jonschlinkert/is-number#semver:^4.0.0")
end
end
end
Expand Down

0 comments on commit bdd89f8

Please sign in to comment.