Skip to content
Snippets Groups Projects
Commit b229d7fb authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Fix comments in class tests

parent bf785005
No related branches found
No related tags found
3 merge requests!116Release v1.0.0,!44Feature multiple where,!37Route_Class
Pipeline #
......@@ -153,7 +153,7 @@ describe('request enrollments', () => {
});
});
it('should list enrollments with valid dimensions and filters', (done) => {
it('should list class with valid dimensions and filters', (done) => {
chai.request(server)
.get('/api/v1/class?dims=region,state,education_level,school,period&filter=min_year:2015,max_year:2015,city:4106902')
.end((err, res) => {
......
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