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