We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7615f commit 14ff431Copy full SHA for 14ff431
1 file changed
test/integration/install.js
@@ -230,7 +230,7 @@ describe('install', () => {
230
})
231
.then((res) => {
232
debug('res.body prototype couchapp', res.body);
233
- expect(res.body.couchapp.name).to.equal(' Prototype (has the most features of the apps)', JSON.stringify(res.body));
+ expect(res.body.couchapp.name).to.contain(' Prototype (has the most features of the apps)', JSON.stringify(res.body));
234
});
235
236
0 commit comments