Skip to content

Commit be4876b

Browse files
authored
Update lib/mix/test/mix/tasks/help_test.exs
1 parent 6c2da64 commit be4876b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/test/mix/tasks/help_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ defmodule Mix.Tasks.HelpTest do
225225

226226
if otp_docs? do
227227
assert output =~
228-
"This module provides an interface to a number of mathematical functions."
228+
"This module provides an interface to a number of mathematical"
229229
else
230230
assert output =~ ":math was not compiled with docs"
231231
end

0 commit comments

Comments
 (0)