File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ defmodule ExUnit.Callbacks do
12
12
and `teardown_all` share their own context in a similar way, but this one
13
13
provides an ExUnit.TestCase record associated with the `:case` key.
14
14
15
- If you return { :ok, <keyword list> } from `setup` or `teardown`, the keyword
15
+ If you return ` { :ok, <keyword list> }` from `setup` or `teardown`, the keyword
16
16
list will get merged into the context that will be available in all
17
17
subsequent `setup`, `test`, or `teardown` calls.
18
18
19
- Similarly, returning { :ok, <keyword list> } from `setup_all` or
19
+ Similarly, returning ` { :ok, <keyword list> }` from `setup_all` or
20
20
`teardown_all` will merge the keyword list into the context that will be
21
21
available in all subsequent `setup_all` or `teardown_all` calls.
22
22
You can’t perform that action at this time.
0 commit comments