Skip to content

Build of 889/merge by @afred #552

Build of 889/merge by @afred

Build of 889/merge by @afred #552

GitHub Actions / JUnit Test Report failed Jun 11, 2024 in 0s

224 tests run, 214 passed, 9 skipped, 1 failed.

Annotations

Check failure on line 113 in spec/services/aapb/batch_ingest/csv_item_ingester_spec.rb

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

./spec/services/aapb/batch_ingest/csv_item_ingester_spec.rb.AAPB::BatchIngest::CSVItemIngester#ingest and preserve existing AssetResource, AdminData, and Annotation attributes using aapb_csv_reader_3 updates an existing AssetResource, AdminData, and Annotations and preserves the existing data

expected: ["Sony-1", "Sony-2"]
     got: []

(compared using ==)
Raw output
Failure/Error: expect(asset_resource.sonyci_id).to eq(['Sony-1', 'Sony-2'])

  expected: ["Sony-1", "Sony-2"]
       got: []

  (compared using ==)
./spec/services/aapb/batch_ingest/csv_item_ingester_spec.rb:113:in `block (4 levels) in <top (required)>'