We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6dc0a commit 56528d3Copy full SHA for 56528d3
lib/pact/doc/sort_interactions.rb
@@ -8,7 +8,7 @@ def self.call interactions
8
private
9
10
def self.sortable_id interaction
11
- "#{interaction.description.downcase} #{interaction.response.status} #{(interaction.provider_state || '').downcase}"
+ "#{(interaction.description || '').downcase} #{interaction.response.status} #{(interaction.provider_state || '').downcase}"
12
end
13
14
0 commit comments