Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
Ran rspec locally 45 times and it never failed.
  • Loading branch information
TylerWitt committed Jan 26, 2025
1 parent 82fb79a commit 2fd51f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hex/spec/dependabot/hex/file_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
)
end

it "parses the dependencies correctly", skip: "Hex upgrade work is in progress" do
it "parses the dependencies correctly" do
expect(dependencies.length).to eq(3)
expect(dependencies).to include(
Dependabot::Dependency.new(
Expand Down

0 comments on commit 2fd51f7

Please sign in to comment.