Skip to content

Commit

Permalink
Enable retracted module test
Browse files Browse the repository at this point in the history
go list -m properly handles retractions so this test is now passing
  • Loading branch information
mctofu committed Nov 19, 2021
1 parent 79a059e commit 57b192f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ module foobar
# latest release v1.0.1 is retracted
let(:dependency_name) { "github.com/dependabot-fixtures/go-modules-retracted" }

pending "doesn't return the retracted version" do
it "doesn't return the retracted version" do
expect(finder.latest_version).to eq(Dependabot::GoModules::Version.new("1.0.0"))
end
end
Expand Down

0 comments on commit 57b192f

Please sign in to comment.