Skip to content

Commit a60f7c1

Browse files
authored
Update ExUnit.run/1 spec (#12081)
1 parent 688f3ed commit a60f7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_unit/lib/ex_unit.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ defmodule ExUnit do
361361
Returns a map containing the total number of tests, the number
362362
of failures, the number of excluded tests and the number of skipped tests.
363363
"""
364-
@spec run(list(atom)) :: suite_result()
364+
@spec run([module()]) :: suite_result()
365365
def run(additional_modules \\ []) do
366366
for module <- additional_modules do
367367
module_attributes = module.__info__(:attributes)

0 commit comments

Comments
 (0)