From ceb4357a8d66e5112369293b15247f03c561c514 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Wed, 21 Jan 2015 20:43:20 +0100 Subject: sync api tests running, removed unused pieces of code --- test/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils.js') diff --git a/test/utils.js b/test/utils.js index 8617348e4..8a1e9a0b6 100644 --- a/test/utils.js +++ b/test/utils.js @@ -8,7 +8,7 @@ var methodExists = function (object, method) { var propertyExists = function (object, property) { it('should have property ' + property + ' implemented', function() { - assert.equal('object', typeof object[property], 'property ' + property + ' is not implemented'); + assert.notEqual('undefined', typeof object[property], 'property ' + property + ' is not implemented'); }); }; -- cgit v1.2.3