Skip to content

Commit

Permalink
Default args in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Jan 26, 2024
1 parent 172f3aa commit f94a9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/dummy_example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run_progress

class WeightedPolling < Dynflow::Action

def plan(input)
def plan(input = {})
sequence do
plan_self(input, **{})
plan_action(Polling, input, **{})
Expand Down

0 comments on commit f94a9de

Please sign in to comment.