Skip to content

Commit 3937809

Browse files
committed
Relax assertion for recent Elixir versions
1 parent 9249b7a commit 3937809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/plug/error_handler_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ defmodule Plug.ErrorHandlerTest do
113113
end
114114
""")
115115
end) =~
116-
"got \"@impl Plug.ErrorHandler\" for function handle_errors/1 but this behaviour does not specify such callback."
116+
"got \"@impl Plug.ErrorHandler\" for function handle_errors/1"
117117
end
118118
end

0 commit comments

Comments
 (0)