Skip to content

Commit 43afe9b

Browse files
hivanalejandroiennae
authored andcommitted
fix linting issues
1 parent da80fa4 commit 43afe9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/building-an-app/update/test/server.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const supertest = require('supertest');
2121

2222
const cwd = path.join(__dirname, '../');
2323

24-
const requestObj = supertest(proxyquire(path.join(cwd, 'server'), { process }));
24+
const requestObj = supertest(proxyquire(path.join(cwd, 'server'), {process}));
2525

2626
const stubConsole = function () {
2727
sinon.stub(console, 'error');

0 commit comments

Comments
 (0)