small fixes
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user