Skip to content

Commit 1ab147f

Browse files
committed
fix lint
1 parent 85ba11d commit 1ab147f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/install.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ describe('install', () => {
505505
})
506506
.then((res) => {
507507
debug('res.body prototype after ', res.body);
508-
expect(res.body.couchapp && res.body.couchapp.name).to.equal("LingSync Prototype (has the most features of the apps)", JSON.stringify(res.body));
508+
expect(res.body.couchapp && res.body.couchapp.name).to.equal('LingSync Prototype (has the most features of the apps)', JSON.stringify(res.body));
509509

510510
return supertest(destination)
511-
.get(`/${dbnameToReplicate}/_design/prototype/user.html`)
511+
.get(`/${dbnameToReplicate}/_design/prototype/user.html`);
512512
})
513513
.then((res) => {
514514
debug('res.body prototype after ', res.body);

0 commit comments

Comments
 (0)