Skip to content

Commit be455c9

Browse files
authored
Update gabledroofbug.test.js
1 parent 05def7f commit be455c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/gabledroofbug.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ test ('Factory', () => {
4444
fetch.mockResponses(
4545
[data],
4646
[data],
47+
[data],
48+
[data],
4749
);
4850
Building.downloadDataAroundBuilding('way', '31361386');
4951
expect(global.fetch).toHaveBeenCalledTimes(2);

0 commit comments

Comments
 (0)