Skip to content

Commit 14ff431

Browse files
committed
expect to contain
1 parent 2c7615f commit 14ff431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe('install', () => {
230230
})
231231
.then((res) => {
232232
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));
233+
expect(res.body.couchapp.name).to.contain(' Prototype (has the most features of the apps)', JSON.stringify(res.body));
234234
});
235235
});
236236
});

0 commit comments

Comments
 (0)