Skip to content

Commit 96a00a9

Browse files
committed
fix: set args via ** for diff_formatter.call
1 parent 858531c commit 96a00a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact/mock_service/interactions/interaction_mismatch.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def to_hash
5656
def to_s
5757
[
5858
"Diff with interaction: #{candidate_interaction.description_with_provider_state_quoted}",
59-
diff_formatter.call(diff, {colour: false})
59+
diff_formatter.call(diff, **{colour: false})
6060
].join("\n")
6161
end
6262

0 commit comments

Comments
 (0)