X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tests%2Ftest_util_multitable.lua;h=ed10b1283011b6ec64d60ea09d9b138e18edb92c;hb=c269396a37a8bef1b71982f2cdd336324eb72d07;hp=aa93fc8dd6b6a33e243e889b8a145616e162c68e;hpb=9b455b1b71dc67e19c43f6227b2d56ea7387b564;p=prosody.git diff --git a/tests/test_util_multitable.lua b/tests/test_util_multitable.lua index aa93fc8d..ed10b128 100644 --- a/tests/test_util_multitable.lua +++ b/tests/test_util_multitable.lua @@ -1,6 +1,6 @@ --- Prosody IM v0.3 --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- Prosody IM +-- 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