From a1fa083c8ae8274e7e0c1a5c1338779f8c2883fa Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Fri, 10 Jan 2020 08:31:41 +1100 Subject: [PATCH] docs: comments --- lib/pact_broker/matrix/reason.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/pact_broker/matrix/reason.rb b/lib/pact_broker/matrix/reason.rb index 6aa9ec773..87a6a7a7a 100644 --- a/lib/pact_broker/matrix/reason.rb +++ b/lib/pact_broker/matrix/reason.rb @@ -37,6 +37,9 @@ class PactNotEverVerifiedByProvider < ErrorReasonWithTwoSelectors; end # the required provider version # (this row is not included in the matrix, and it's # absence must be inferred) + # Update: because the left outer join now returns a row with blank verification + # details, this scenario is now indistingishable from PactNotEverVerifiedByProvider + # TODO: merge these two classes when it's verified that they are duplicates. class PactNotVerifiedByRequiredProviderVersion < ErrorReasonWithTwoSelectors; end # The pact verification has failed