Skip to content

Commit

Permalink
Merge pull request #647 from evo-lua/vfs-typo-fix
Browse files Browse the repository at this point in the history
Fix a typo in the vfs.decode test suite
  • Loading branch information
rdw-software authored Jan 17, 2025
2 parents 117efe5 + aa6e3ce commit a836d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BDD/vfs-library.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("vfs", function()
end, "Failed to decode LUAZIP buffer (input size is too small)")
end)

it("should fail if the given file sn't a valid LUAZIP file", function()
it("should fail if the given file isn't a valid LUAZIP file", function()
assertFailure(function()
local fileContents = C_FileSystem.ReadFile(path.join("Tests", "Fixtures", "miniz-poem.zip"))
return vfs.decode(fileContents)
Expand Down

0 comments on commit a836d92

Please sign in to comment.