Skip to content

Commit

Permalink
docs: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 9, 2020
1 parent 4adbaf5 commit a1fa083
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/pact_broker/matrix/reason.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1fa083

Please sign in to comment.