Skip to content

Commit

Permalink
Fix failing test on more recent Elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Dec 16, 2024
1 parent e5be135 commit e5600a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hex/mix_task_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ defmodule Hex.MixTaskTest do
Hex.State.put(:cache_home, File.cwd!())

message =
~s[Required version "> hello" for package ex_doc is incorrectly specified (from: mix.exs)]
~r[Required version "> hello" for package ex_doc is incorrectly specified]

assert_raise Mix.Error, message, fn ->
Mix.Task.run("deps.get")
Expand Down

0 comments on commit e5600a5

Please sign in to comment.