Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Feb 3, 2024
1 parent d237420 commit 78f342f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Tools/RagnarokTools.spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ describe("RagnarokTools", function()

local generatedFileContents = C_FileSystem.ReadFile("gat-height-map.png")
local generatedImageBytes, width, height = C_ImageProcessing.DecodeFileContents(generatedFileContents)
error(dump(buffer.new():put(generatedImageBytes)))
local generatedChecksum = openssl.digest.digest("sha256", generatedImageBytes)

assertEquals(width, 3)
Expand Down

0 comments on commit 78f342f

Please sign in to comment.