Skip to content

Commit

Permalink
style: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 28, 2023
1 parent ea38c58 commit aadafef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/matrix_test_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def print_matrix_results(results)

results.deployment_status_summary.reasons.each do | reason |
puts reason
puts PactBroker::Api::Decorators::ReasonDecorator.new(reason).to_s
puts PactBroker::Api::Decorators::ReasonDecorator.new(reason)
end
end
end
Expand Down

0 comments on commit aadafef

Please sign in to comment.