From 517b91f7101291627e992f587e382f930855c320 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 8 May 2022 19:29:28 +0800 Subject: fix compress test --- tests/modules/compress/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/modules') diff --git a/tests/modules/compress/test.lua b/tests/modules/compress/test.lua index ac89b28e7..38a65adf9 100644 --- a/tests/modules/compress/test.lua +++ b/tests/modules/compress/test.lua @@ -1,6 +1,6 @@ import("core.compress.lz4") function test_lz4_frame_compress(t) - t:are_equal(lz4.decompress(lz4.compress("hello world")), "hello world") + t:are_equal(lz4.decompress(lz4.compress("hello world")):str(), "hello world") end -- cgit v1.3.1