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 c226e16 commit 33b7107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/building.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ beforeEach(() => {

test('Test Factory', async() => {
const bldg = new Building('4', data);
expect(bldg.parts.length).toBe(1);
expect(bldg.parts).toStrictEqual([4.0005, 4.0005]);
expect(bldg.parts.length).toBe(0);
});

test('Create Nodelist', () => {
Expand Down

0 comments on commit 33b7107

Please sign in to comment.