Skip to content

Commit 9ae2802

Browse files
authored
Update gabledroofbug.test.js
1 parent 1eb9614 commit 9ae2802

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ beforeEach(() => {
4040
errors = [];
4141
});
4242

43-
test ('Factory', () => {
43+
test ('Factory', async() => {
4444
fetch.mockResponses(
4545
[data],
4646
[data],
4747
[data],
48-
[data],
4948
);
5049
Building.downloadDataAroundBuilding('way', '31361386');
5150
expect(global.fetch).toHaveBeenCalledTimes(2);

0 commit comments

Comments
 (0)