Skip to content

Commit 270170d

Browse files
Update ExUnit.Callbacks docs to reference start_link_supervised! (#13379)
1 parent 91f6522 commit 270170d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ex_unit/lib/ex_unit/callbacks.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ defmodule ExUnit.Callbacks do
33
Defines ExUnit callbacks.
44
55
This module defines the `setup/1`, `setup/2`, `setup_all/1`, and
6-
`setup_all/2` callbacks, as well as the `on_exit/2`, `start_supervised/2`
7-
and `stop_supervised/1` functions.
6+
`setup_all/2` callbacks, as well as the `on_exit/2`, `start_supervised/2`,
7+
`stop_supervised/1` and `start_link_supervised!/2` functions.
88
99
The setup callbacks may be used to define [test fixtures](https://en.wikipedia.org/wiki/Test_fixture#Software)
1010
and run any initialization code which help bring the system into a known

0 commit comments

Comments
 (0)