Skip to content

Commit

Permalink
Update building.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored May 16, 2024
1 parent 4872a30 commit 1121f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/building.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ beforeEach(() => {
test('Create Nodelist', () => {
let xmlData = new window.DOMParser().parseFromString(data, 'text/xml');
const list = Building.buildNodeList(xmlData);
expect(list['3']).toBe(['4', '4']);
expect(list['3']).toStrictEqual(['4', '4']);
});

0 comments on commit 1121f6c

Please sign in to comment.