Skip to content

Commit

Permalink
Update maven/spec/dependabot/maven/version_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jurre <jurre@github.com>
  • Loading branch information
amazimbe and jurre committed Oct 24, 2024
1 parent ea8e364 commit 09f4cd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maven/spec/dependabot/maven/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
let(:err_msg) { "Malformed version string - string is nil" }

it "raises an exception" do
debugger
expect { version }.to raise_error(Dependabot::BadRequirementError, err_msg)
end
end
Expand Down

0 comments on commit 09f4cd4

Please sign in to comment.