Skip to content

Commit

Permalink
Address test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed Jun 29, 2023
1 parent 7ab0ff1 commit fe29a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2523,7 +2523,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 fe29a8e

Please sign in to comment.