Skip to content

Commit

Permalink
chore: update test syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Jul 7, 2023
1 parent e76d090 commit b31f6c8
Show file tree
Hide file tree
Showing 11 changed files with 545 additions and 522 deletions.
2 changes: 1 addition & 1 deletion lib/trailblazer/macro/nested.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def self.call_dynamic_nested_activity((ctx, flow_options), runner:, **circuit_op

def self.compute_legacy_return_signal(return_signal)
actual_semantic = return_signal.to_h[:semantic]
applied_signal = SUCCESS_SEMANTICS.include?(actual_semantic) ? Activity::Right : Activity::Left # TODO: we could also provide PassFast/FailFast.
_applied_signal = SUCCESS_SEMANTICS.include?(actual_semantic) ? Activity::Right : Activity::Left # TODO: we could also provide PassFast/FailFast.
end

# This is used in Nested and Each where some tasks don't have a corresponding, hard-wired
Expand Down
Loading

0 comments on commit b31f6c8

Please sign in to comment.