We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201cd1e commit 606cb13Copy full SHA for 606cb13
lib/elixir/test/elixir/range_test.exs
@@ -35,7 +35,7 @@ defmodule RangeTest do
35
36
assert ExUnit.CaptureIO.capture_io(:stderr, fn ->
37
assert Range.new(3, 1) == 3..1//-1
38
- end) =~ "has a default step of -1"
+ end) =~ "default to a step of -1"
39
end
40
41
test "fields" do
0 commit comments