Skip to content

Commit

Permalink
Merge pull request #3235 from dependabot/fix-test-failures
Browse files Browse the repository at this point in the history
test: update assertions to pass
  • Loading branch information
feelepxyz authored Mar 5, 2021
2 parents f3239df + f721b3e commit 09314fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
let(:current_version) { "1.4.0" }

let(:dependency_files) { project_dependency_files("bundler1/git_source_circular") }
its([:version]) { is_expected.to eq(Gem::Version.new("2.1.0")) }
its([:version]) { is_expected.to eq(Gem::Version.new("2.2.0")) }
end

context "with a ruby exec command that fails" do
Expand Down Expand Up @@ -340,7 +340,7 @@

it "unlocks the latest version" do
expect(resolver.latest_resolvable_version_details[:version]).
to eq(Gem::Version.new("2.1.0"))
to eq(Gem::Version.new("2.2.0"))
end

context "with an upper bound that is lower than the current req" do
Expand Down

0 comments on commit 09314fd

Please sign in to comment.