Skip to content

Commit

Permalink
fix claim docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aherzberg committed Oct 24, 2024
1 parent 37e57c0 commit 31e32b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def claim_data
it 'returns expected other documents in events_timeline field' do
other_documents_list = under_review_claim[:events_timeline].select { |event| event[:type] == :other_documents_list }
expect(other_documents_list.size).to eq(13)
expect(other_documents_list.map{|event| event.document_id}).to include('{7AF4C5E0-EBCE-49B2-9544-999ECA2904FD}')
expect(other_documents_list.map(&:document_id)).to include('{7AF4C5E0-EBCE-49B2-9544-999ECA2904FD}')
end

it 'returns expected filed event in events_timeline field' do
Expand Down

0 comments on commit 31e32b7

Please sign in to comment.