lib/pact/provider/rspec/pact_broker_formatter.rb in pact-1.44.1 vs lib/pact/provider/rspec/pact_broker_formatter.rb in pact-1.45.0
- old
+ new
@@ -64,10 +64,10 @@
end
if example.metadata[:pact_diff]
hash[:differences] = Pact::Matchers::ExtractDiffMessages.call(example.metadata[:pact_diff])
.to_a
- .collect{ | description | {description: description} }
+ .collect{ | description | { description: description } }
end
end
end
end
end