Skip to content

Commit b00a716

Browse files
committed
first run is 3 corpora
1 parent 4a1eb34 commit b00a716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/routes/deprecated-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ describe('/ deprecated', () => {
15431543
.then((res) => {
15441544
expect(res.body.user.corpora && res.body.user.corpora.length >= 1)
15451545
.to.equal(true, JSON.stringify(res.body));
1546-
expect(res.body.user.newCorpora.length).above(4);
1546+
expect(res.body.user.newCorpora.length).above(2);
15471547

15481548
return supertest(`http://${testUsername}:test@localhost:5984`)
15491549
.get('/someoneelsesdb-shouldnt_be_creatable')

0 commit comments

Comments
 (0)