From e4dbd40b4a9dfe0515af91672dd72df82088f1d8 Mon Sep 17 00:00:00 2001 From: danamansana Date: Tue, 18 Jun 2024 11:41:26 -0400 Subject: [PATCH] Fix broken test --- test/location_label_updater.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/location_label_updater.test.js b/test/location_label_updater.test.js index c6371141..b54be368 100644 --- a/test/location_label_updater.test.js +++ b/test/location_label_updater.test.js @@ -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 () {