Skip to content

Commit 37bcb19

Browse files
committed
Fix example in describe
1 parent 4a39114 commit 37bcb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_unit/lib/ex_unit/case.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ defmodule ExUnit.Case do
431431
432432
When using Mix, you can run all tests in a describe block by name:
433433
434-
$ mix test --only describe:"String.capitalize/1"
434+
$ mix test --only describe:"String.downcase/1"
435435
436436
or by passing the exact line the describe block starts on:
437437

0 commit comments

Comments
 (0)