Skip to content

Commit

Permalink
Fix failing test on newer Elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Apr 16, 2024
1 parent f4e76b6 commit 720322f
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 @@ -861,7 +861,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 720322f

Please sign in to comment.