From f508a235c17916668275b1c448230615c4f14964 Mon Sep 17 00:00:00 2001 From: Yonaba Date: Wed, 22 Aug 2018 23:59:14 +0000 Subject: Fixed failing spec --- spec/object_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/object_spec.lua b/spec/object_spec.lua index 18588ba..2960db2 100644 --- a/spec/object_spec.lua +++ b/spec/object_spec.lua @@ -146,7 +146,7 @@ describe('Object functions specs', function() it('collects function names within an object',function() local x = {} function x.a() return end; function x.b() return end - assert.is_true(M.isEqual(M.functions(x),{'a','b'})) + assert.is_true(M.same(M.functions(x),{'a','b'})) end) it('collects metatable functions if "recurseMt" arg is supplied',function() -- cgit v1.2.3