Skip to content

Commit ca7f1fe

Browse files
author
José Valim
committed
Remove optional parameter on __using__
1 parent 55ecdba commit ca7f1fe

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
@@ -28,7 +28,7 @@ defmodule ExUnit.Case do
2828
"""
2929

3030
@doc false
31-
defmacro __using__(opts // []) do
31+
defmacro __using__(opts) do
3232
async = Keyword.get(opts, :async, false)
3333

3434
unless Process.whereis(ExUnit.Server) do

0 commit comments

Comments
 (0)