Skip to content

Commit 00f011c

Browse files
authored
Update gabledroofbug.test.js
1 parent bf31bb8 commit 00f011c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ beforeEach(() => {
3737

3838
test('Constructor', () => {
3939
const bldg = new Building('31361386', data);
40-
expect(bldg.parts.length),toBe(1);
40+
expect(bldg.parts.length).toBe(1);
4141
});
4242

4343
window.printError = printError;

0 commit comments

Comments
 (0)