We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ba11d commit 1ab147fCopy full SHA for 1ab147f
1 file changed
test/integration/install.js
@@ -505,10 +505,10 @@ describe('install', () => {
505
})
506
.then((res) => {
507
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));
+ expect(res.body.couchapp && res.body.couchapp.name).to.equal('LingSync Prototype (has the most features of the apps)', JSON.stringify(res.body));
509
510
return supertest(destination)
511
- .get(`/${dbnameToReplicate}/_design/prototype/user.html`)
+ .get(`/${dbnameToReplicate}/_design/prototype/user.html`);
512
513
514
0 commit comments