Skip to content

Commit

Permalink
Merge pull request #395 from NYPL/main
Browse files Browse the repository at this point in the history
main -> QA fix tests
  • Loading branch information
danamansana authored Jun 20, 2024
2 parents 6d13efa + 5ef7e8f commit 57c9674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/location_label_updater.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Location LabelUpdater', function () {
}

let updatedResponse = new LocationLabelUpdater(fakeESResponse).responseWithUpdatedLabels()
expect(updatedResponse.hits.hits[0]._source.items[0].holdingLocation[0].label).to.equal('Schwarzman Building M1 - Microforms Room 315')
expect(updatedResponse.hits.hits[0]._source.items[0].holdingLocation[0].label).to.equal('Schwarzman Building - Microforms Room 315')
})

it('will overwrite an ElasticSearch Response\'s holdings record location label', function () {
Expand Down

0 comments on commit 57c9674

Please sign in to comment.