fix: incorrect function arity for Group.after_fun DSL.

This commit is contained in:
James Harton 2024-02-27 11:00:09 +13:00
parent 561110a105
commit ee72c64af9
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -52,7 +52,7 @@ defmodule Reactor.Dsl.Group do
""" """
], ],
after_all: [ after_all: [
type: {:mfa_or_fun, 3}, type: {:mfa_or_fun, 1},
required: true, required: true,
doc: """ doc: """
The after function. See `Reactor.Step.Group` for more information. The after function. See `Reactor.Step.Group` for more information.