chore(tests): include explicit type for operationName

This commit is contained in:
Erica Marigold 2024-04-20 18:49:27 +05:30
parent 2f50d67419
commit 3337e0e9ed
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -34,7 +34,7 @@ local TESTS: { Test } = {
local failed = false
local function testOperation(
operationName: string,
operationName: "Compress" | "Decompress",
operation: (
format: serde.CompressDecompressFormat,
s: buffer | string