lib/pact_broker/pacts/diff.rb in pact_broker-2.34.0 vs lib/pact_broker/pacts/diff.rb in pact_broker-2.35.0

- old
+ new

@@ -35,10 +35,9 @@ def no_previous_version_message(pact) "No previous distinct version was found for #{pact.name}" end - # The next pact version after the previous distinct version. # Eg. v1 (previous distinct) -> pactContentA # v2 (next pact) -> pactContentB # v3 -> pactContentB # v4 (current) -> pactContentB