Skip to content

Commit

Permalink
chore: improve error message for almost duplicate interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 30, 2017
1 parent 3949e3d commit 99e15c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize previous_interaction, new_interaction
end

def to_s
"An interaction with same description (#{new_interaction.description.inspect}) and provider state (#{new_interaction.provider_state.inspect}) but a different #{differences} has already been used. Please use a different description or provider state."
"An interaction with same description (#{new_interaction.description.inspect}) and provider state (#{new_interaction.provider_state.inspect}) but a different #{differences} has already been used. Please use a different description or provider state, or hard-code any random data."
end

private
Expand Down

0 comments on commit 99e15c8

Please sign in to comment.