mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
style: apply stylua
formatter
This commit is contained in:
parent
f60b74d7ee
commit
545de01536
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ return function(test: typeof(frktest.test))
|
||||||
assert(unzipResult.ok)
|
assert(unzipResult.ok)
|
||||||
|
|
||||||
local commentData = assert(string.match(unzipResult.stdout, "\n(.*)\n"))
|
local commentData = assert(string.match(unzipResult.stdout, "\n(.*)\n"))
|
||||||
|
|
||||||
-- Check that the comment is the same as the one in the ZIP file (only compare hashes)
|
-- Check that the comment is the same as the one in the ZIP file (only compare hashes)
|
||||||
check.equal(serde.hash("blake3", commentData), serde.hash("blake3", zip.comment))
|
check.equal(serde.hash("blake3", commentData), serde.hash("blake3", zip.comment))
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue