From cdb7d6f647df2feeb69c5aec7efbf8914b7d7cde Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Thu, 12 Jun 2025 21:30:19 -0400 Subject: [PATCH] new test for log parser 3 --- spec/utisl_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/utisl_spec.lua b/spec/utisl_spec.lua index d5498b7..50f4bbc 100755 --- a/spec/utisl_spec.lua +++ b/spec/utisl_spec.lua @@ -170,7 +170,8 @@ describe("utils.parse_log_line", function() assert.are.equal("Unknown log format", entry.parse_error) assert.are.equal("mocked_sha256_hash_value", entry.log_hash) end) - + end) + -- more 'describe' blocks here to test other functions in utils.lua end) \ No newline at end of file