Mercurial > prosody-hg
diff spec/util_hashes_spec.lua @ 12841:8b06d7c73090
spec: Suppress some harmless luacheck warnings in tests
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 13 Jan 2023 14:53:40 +0000 |
| parents | dbe9781fd278 |
| children |
line wrap: on
line diff
--- a/spec/util_hashes_spec.lua Fri Jan 13 14:38:05 2023 +0000 +++ b/spec/util_hashes_spec.lua Fri Jan 13 14:53:40 2023 +0000 @@ -4,6 +4,8 @@ -- Also see spec for util.hmac where HMAC test cases reside +--luacheck: ignore 631 + describe("PBKDF2-HMAC-SHA1", function () it("test vector 1", function () local P = "password"
