We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7ec6f commit f90061aCopy full SHA for f90061a
spec/requests/case_contacts_new_design_spec.rb
@@ -35,7 +35,7 @@
35
body = request.body
36
37
recent_index = body.index(I18n.l(recent_contact.occurred_at, format: :full))
38
- past_index = body.index(I18n.l(past_contact.occurred_at, format: :full))
+ past_index = body.index(I18n.l(past_contact.occurred_at, format: :full))
39
40
expect(recent_index).to be < past_index
41
end
0 commit comments