From febdb26eef859df88f283fa8e88b2610cb8648c0 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sat, 4 Nov 2017 13:37:04 +0000 Subject: [PATCH] Fix: tests --- tests/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();