X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tests%2Ftest_util_multitable.lua;h=ed10b1283011b6ec64d60ea09d9b138e18edb92c;hb=c269396a37a8bef1b71982f2cdd336324eb72d07;hp=b8437bf5c5da94b9eefb192e60b90a65d3f4d4d2;hpb=ba596f33614438d0f42713ca39423bdc88eb224d;p=prosody.git diff --git a/tests/test_util_multitable.lua b/tests/test_util_multitable.lua index b8437bf5..ed10b128 100644 --- a/tests/test_util_multitable.lua +++ b/tests/test_util_multitable.lua @@ -1,6 +1,6 @@ -- Prosody IM --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- Copyright (C) 2008-2010 Matthew Wild +-- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. @@ -32,7 +32,7 @@ function get(get, multitable) should_have[item] = nil; end if next(should_have) then - return false, "not-enough"; + return false, "not-enough"; end return true, "has-all"; end