Skip to content

Commit

Permalink
Cleanup: Remove an empty setup function from the GR2 tests
Browse files Browse the repository at this point in the history
Seems like an oversight. No point in keeping this around.
rdw-software committed Dec 4, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent b219f35 commit f135dc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/FileFormats/RagnarokGR2.spec.lua
Original file line number Diff line number Diff line change
@@ -41,7 +41,6 @@ describe("RagnarokGR2", function()

local grf = RagnarokGRF()
grf:Open(grfPath) -- Leave this handle open to speed up the test (OS will clean up on exit, presumably)
before(function() end)

describe("DecodeFileContents", function()
assertEquals(#grannyFilesList, 21)

0 comments on commit f135dc6

Please sign in to comment.