Skip to content

Commit

Permalink
fixed test in setup_file_parser_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
honeyankit committed Sep 21, 2023
1 parent db7ff1f commit 91a24fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
expect(error.class)
.to eq(Dependabot::DependencyFileNotEvaluatable)
expect(error.message)
.to eq("InstallationError(\"Invalid requirement: 'psycopg2==2.6.1raven == 5.32.0'\")")
.to include("InstallationError(\"Invalid requirement: 'psycopg2==2.6.1raven == 5.32.0'\")")
end
end
end
Expand Down

0 comments on commit 91a24fe

Please sign in to comment.