new test for log parser 3
Skyweave Test & Lint Ritual / Test and Lint Code (push) Failing after 21s

This commit is contained in:
wes
2025-06-12 21:30:19 -04:00
parent 0763fa7f24
commit cdb7d6f647
+1
View File
@@ -170,6 +170,7 @@ describe("utils.parse_log_line", function()
assert.are.equal("Unknown log format", entry.parse_error) assert.are.equal("Unknown log format", entry.parse_error)
assert.are.equal("mocked_sha256_hash_value", entry.log_hash) assert.are.equal("mocked_sha256_hash_value", entry.log_hash)
end) end)
end)
-- more 'describe' blocks here to test other functions in utils.lua -- more 'describe' blocks here to test other functions in utils.lua