Skip to content
Snippets Groups Projects
Commit 96bb0764 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

:green_heart: Fix enrollment integral time test

My mouse is wet
It rained on my computer
parent cb250318
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!54Fix filter in teacher
Pipeline #
......@@ -417,8 +417,8 @@ describe('request enrollments', () => {
res.should.be.json;
res.body.should.have.property('result');
res.body.result.should.be.a('array');
res.body.result[0].should.have.property('period_name');
res.body.result[0].should.not.have.property('period_id');
res.body.result[0].should.have.property('integral_time_name');
res.body.result[0].should.not.have.property('integral_time_id');
done();
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment