We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9249b7a commit 3937809Copy full SHA for 3937809
1 file changed
test/plug/error_handler_test.exs
@@ -113,6 +113,6 @@ defmodule Plug.ErrorHandlerTest do
113
end
114
""")
115
end) =~
116
- "got \"@impl Plug.ErrorHandler\" for function handle_errors/1 but this behaviour does not specify such callback."
+ "got \"@impl Plug.ErrorHandler\" for function handle_errors/1"
117
118
0 commit comments