Browse Source

Fix: tests

pull/13/head
oof1lab 7 years ago
parent
commit
febdb26eef
  1. 2
      tests/tests.js

2
tests/tests.js

@ -832,7 +832,7 @@ describe('xmysql : tests', function () {
}
//validate response
res.body[0]['country'].should.be.equals("UK")
res.body[0]['_count'].should.be.equals(1)
return done();

Loading…
Cancel
Save