From 833011018ae677cbefd4b92d673b576ba77fa994 Mon Sep 17 00:00:00 2001
From: Gabriel Ruschel <grc15@inf.ufpr.br>
Date: Thu, 13 Jul 2017 10:26:50 -0300
Subject: [PATCH] Fix tests

---
 src/test/idhml.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/idhml.js b/src/test/idhml.js
index 3d471d45..c3409bb4 100644
--- a/src/test/idhml.js
+++ b/src/test/idhml.js
@@ -46,7 +46,7 @@ describe('request idhml', () => {
                 res.should.be.json;
                 res.body.should.have.property('result');
                 res.body.result.should.be.a('array');
-                res.body.result[0].should.have.property('IDHML');
+                res.body.result[0].should.have.property('total');
                 res.body.result[0].should.have.property('year');
                 res.body.result[0].should.have.property('state_id');
                 done();
-- 
GitLab