Skip to content

Commit

Permalink
Trying to add windows lua testing. See #14 36
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed Dec 20, 2021
1 parent a3a3911 commit 488a3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .testing/tests/file_util_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ end
function TestFileUtil:testWriteBinaryFile()
lu.assertErrorMsgContains("is not type of string!", fu.WriteBinaryFile)

local full_path = _G.noita_root_directory_path .. ".testing/write-temporary-binary-test-file.txt"
local full_path = _G.noita_root_directory_path .. "/.testing/write-temporary-binary-test-file.txt"
fu.WriteBinaryFile(full_path, "File Content")
lu.assertIsTrue(fu.Exists(full_path))
end
Expand Down

0 comments on commit 488a3c5

Please sign in to comment.