mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-02 22:00:53 +01:00
chore(tests): rename misaligned_comment
test suite
This commit is contained in:
parent
98c23ece3e
commit
2f06690667
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ local check = frktest.assert.check
|
|||
local ZipReader = require("../lib")
|
||||
|
||||
return function(test: typeof(frktest.test))
|
||||
test.suite("ZIP extraction tests", function()
|
||||
test.suite("Edge case tests", function()
|
||||
test.case("Handles misaligned comment properly", function()
|
||||
local data = fs.readFile("tests/data/misaligned_comment.zip")
|
||||
local zip = ZipReader.load(buffer.fromstring(data))
|
Loading…
Add table
Reference in a new issue