Skip to content

Commit

Permalink
docs: update matrix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 30, 2020
1 parent b4e1461 commit cd63be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pact_broker/matrix/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ def find_integrations_for_specified_selectors(resolved_specified_selectors, infe

private

# If one of the specified pacticipants is a consumer, then that provider is required to be deployed
# If a specified pacticipant is a consumer, then its provider is required to be deployed
# to the same environment before the consumer can be deployed.
# If one of the specified pacticipants is a provider, then the provider may be deployed
# If a specified pacticipant is a provider only, then it may be deployed
# without the consumer being present.
def is_a_row_for_this_integration_required?(specified_pacticipant_names, consumer_name)
specified_pacticipant_names.include?(consumer_name)
Expand Down

0 comments on commit cd63be0

Please sign in to comment.