Skip to content

Commit 05def7f

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ test ('Factory', () => {
4747
);
4848
Building.downloadDataAroundBuilding('way', '31361386');
4949
expect(global.fetch).toHaveBeenCalledTimes(2);
50+
expect(global.fetch.mock.calls[0][0]).toBe('/api/data');
5051
});
5152

5253
window.printError = printError;

0 commit comments

Comments
 (0)