Skip to content

Commit

Permalink
update test to match reworded error message from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Jan 8, 2023
1 parent 7bc3582 commit 44a3f9b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@
expect { subject }.
to raise_error(Dependabot::DependencyFileNotResolvable) do |error|
expect(error.message).
to include("Could not find a version that satisfies the requirement jupyter-server<=18.1.0,>=17.3.0")
to include("Cannot install jupyter-server<=18.1.0 and >=17.3.0 because these package versions have " \
"conflicting dependencies.")
end
end
end
Expand Down

0 comments on commit 44a3f9b

Please sign in to comment.