From 05ae1fc2fef778138bb3a136340dd923ca9687a0 Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 8 Mar 2024 14:14:39 -0600 Subject: fixed hashes and net stuff --- tests/hash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hash.lua') diff --git a/tests/hash.lua b/tests/hash.lua index 76cb4a5..b4e455a 100644 --- a/tests/hash.lua +++ b/tests/hash.lua @@ -3,7 +3,7 @@ require "llib" function test(name,b,exp) local hash = llib.crypto[name](b) if not (hash == exp) then - llib.io.error(name.." not working, got "..hash.." wanted "..exp) + llib.io.error(name.." not working, got \n\t"..hash.." wanted\n\t"..exp) else llib.io.log(name.." was correct, "..hash) end -- cgit v1.2.3