diff --git a/tests/tests.js b/tests/tests.js index b1d8d575ef..5a79baf659 100644 --- a/tests/tests.js +++ b/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();