Skip to content

Commit 7c102e8

Browse files
eksperimentalJosé Valim
authored and
José Valim
committed
Fix ExUnit.Case.env/0 type (#9423)
Module.t/0 doesn't exist.
1 parent 012ccf9 commit 7c102e8

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
@@ -211,7 +211,7 @@ defmodule ExUnit.Case do
211211
212212
"""
213213

214-
@type env :: Module.t() | Macro.Env.t()
214+
@type env :: module() | Macro.Env.t()
215215

216216
@reserved [:module, :file, :line, :test, :async, :registered, :describe]
217217

0 commit comments

Comments
 (0)