Archived
2

small fixes

This commit is contained in:
VLE2FE
2020-09-03 16:34:50 +02:00
parent 5744162220
commit 3f6a7a4e5b
6 changed files with 0 additions and 6 deletions

View File

@ -490,7 +490,6 @@ describe('/sample', () => {
httpStatus: 200
}).end((err, res) => {
if (err) return done(err);
console.log(res.body);
const json = require('../test/db.json');
should(res.body).have.lengthOf(json.collections.samples.filter(e => e.status !== 'deleted').length);
should(res.body).matchEach(sample => {