Skip to content

Commit 4b87a20

Browse files
committed
fix: lint
1 parent 1a8757f commit 4b87a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/functions/e2e/functions.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ describe('functions() modular', function () {
461461

462462
getApp().functions(region)._customUrlOrRegion.should.equal(region);
463463

464-
const functionRunner = httpsCallable(functionsForRegion,'testFunctionCustomRegion');
464+
const functionRunner = httpsCallable(functionsForRegion, 'testFunctionCustomRegion');
465465

466466
const response = await functionRunner();
467467
response.data.should.equal(region);

0 commit comments

Comments
 (0)