Skip to content

Commit

Permalink
Merge pull request #210 from RagnarokResearchLab/gr2-test-cleanup
Browse files Browse the repository at this point in the history
Remove an empty setup function from the GR2 tests
  • Loading branch information
rdw-software authored Dec 4, 2023
2 parents b219f35 + f135dc6 commit f32fe80
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
Expand Up @@ -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)
Expand Down

0 comments on commit f32fe80

Please sign in to comment.