We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858531c commit 96a00a9Copy full SHA for 96a00a9
lib/pact/mock_service/interactions/interaction_mismatch.rb
@@ -56,7 +56,7 @@ def to_hash
56
def to_s
57
[
58
"Diff with interaction: #{candidate_interaction.description_with_provider_state_quoted}",
59
- diff_formatter.call(diff, {colour: false})
+ diff_formatter.call(diff, **{colour: false})
60
].join("\n")
61
end
62
0 commit comments