Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque authored Jan 9, 2018
1 parent 98aca2f commit 7469b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact/shared/json_differ.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class JsonDiffer

extend Matchers

# Delegates to https://github.com/bethesque/pact-support/blob/master/lib/pact/matchers/matchers.rb#L25
# Delegates to https://github.com/pact-foundation/pact-support/blob/master/lib/pact/matchers/matchers.rb#L25
def self.call expected, actual, options = {}
diff expected, actual, options
end
Expand Down

0 comments on commit 7469b1c

Please sign in to comment.